diff options
author | Daniel Campbell <zlg@gentoo.org> | 2017-09-19 13:48:40 -0700 |
---|---|---|
committer | Daniel Campbell <zlg@gentoo.org> | 2017-09-19 13:48:40 -0700 |
commit | 1cc26da9bad0de32c438110f2b3ef0ea3483a333 (patch) | |
tree | 7afc808e7df76509c2ff8a435cb39320f73d36de /app-misc/fdupes | |
parent | dev-perl/Convert-Binary-C: Fix '.' in @INC breakages bug #615106 (diff) | |
download | gentoo-1cc26da9bad0de32c438110f2b3ef0ea3483a333.tar.gz gentoo-1cc26da9bad0de32c438110f2b3ef0ea3483a333.tar.bz2 gentoo-1cc26da9bad0de32c438110f2b3ef0ea3483a333.zip |
app-misc/fdupes: Remove Google Code from HOMEPAGE
Bug: https://bugs.gentoo.org/631444
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-misc/fdupes')
-rw-r--r-- | app-misc/fdupes/fdupes-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/fdupes/fdupes-9999.ebuild b/app-misc/fdupes/fdupes-9999.ebuild index 61afb93cb8b3..21737cbeea01 100644 --- a/app-misc/fdupes/fdupes-9999.ebuild +++ b/app-misc/fdupes/fdupes-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit eutils flag-o-matic git-r3 toolchain-funcs MY_P="${PN}-${PV/_pre/-PR}" DESCRIPTION="Identify/delete duplicate files residing within specified directories" -HOMEPAGE="https://github.com/adrianlopezroche/fdupes https://code.google.com/p/fdupes/" +HOMEPAGE="https://github.com/adrianlopezroche/fdupes" SRC_URI="" EGIT_REPO_URI="https://github.com/adrianlopezroche/fdupes.git" |