diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:50:46 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:50:46 +0200 |
commit | 7daa895e6cf8a4545338179083e274cd0586dc3e (patch) | |
tree | e8c2dcc24c14daa29a7caed800e92fd09b4ffa59 /net-libs/pacparser | |
parent | net-libs/libcrafter: Fixing HOMEPAGE move due to code.google.com shutdown (diff) | |
download | gentoo-7daa895e6cf8a4545338179083e274cd0586dc3e.tar.gz gentoo-7daa895e6cf8a4545338179083e274cd0586dc3e.tar.bz2 gentoo-7daa895e6cf8a4545338179083e274cd0586dc3e.zip |
net-libs/pacparser: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-libs/pacparser')
-rw-r--r-- | net-libs/pacparser/pacparser-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/pacparser/pacparser-1.3.1.ebuild b/net-libs/pacparser/pacparser-1.3.1.ebuild index 651e6ea7fe33..ec616c2f6f07 100644 --- a/net-libs/pacparser/pacparser-1.3.1.ebuild +++ b/net-libs/pacparser/pacparser-1.3.1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit eutils python-r1 multilib DESCRIPTION="Library to parse proxy auto-config files" -HOMEPAGE="https://code.google.com/p/pacparser/" +HOMEPAGE="https://github.com/pacparser/pacparser" SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="LGPL-3" |