diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-07 17:56:00 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-07 17:58:41 +0200 |
commit | 438605963973a406d2631521da60e3964c47fe0a (patch) | |
tree | 3bdbb5735bae2129a3f360b16d7c4fe26991febd /net-libs/pacparser | |
parent | dev-util/shellcheck: Fix vesion correctly (diff) | |
download | gentoo-438605963973a406d2631521da60e3964c47fe0a.tar.gz gentoo-438605963973a406d2631521da60e3964c47fe0a.tar.bz2 gentoo-438605963973a406d2631521da60e3964c47fe0a.zip |
ADd missing remote-id entries
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-libs/pacparser')
-rw-r--r-- | net-libs/pacparser/metadata.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net-libs/pacparser/metadata.xml b/net-libs/pacparser/metadata.xml index 67c25ef2c2c0..e4e396310bbe 100644 --- a/net-libs/pacparser/metadata.xml +++ b/net-libs/pacparser/metadata.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>bicatali@gentoo.org</email> -</maintainer> -<longdescription> + <maintainer> + <email>bicatali@gentoo.org</email> + </maintainer> + <longdescription> A library to parse proxy auto-config (PAC) files. Proxy auto-config files are a vastly used proxy configuration method these days. Web browsers can use a PAC file to determine which proxy server to use @@ -20,7 +20,8 @@ add this PAC file parsing capability to any program (C and Python supported right now). </longdescription> -<upstream> - <remote-id type="google-code">pacproxy</remote-id> -</upstream> + <upstream> + <remote-id type="google-code">pacproxy</remote-id> + <remote-id type="github">pacparser/pacparser</remote-id> + </upstream> </pkgmetadata> |