diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:59:46 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:59:46 +0200 |
commit | 4097ff45356ee416aa903438f3ae671f5579d291 (patch) | |
tree | 0a2d5035c02a7d7d90ecd1fb3aa2a01714c6cb70 /sys-apps/mtree | |
parent | sys-apps/likwid: Fixing HOMEPAGE move due to code.google.com shutdown (diff) | |
download | gentoo-4097ff45356ee416aa903438f3ae671f5579d291.tar.gz gentoo-4097ff45356ee416aa903438f3ae671f5579d291.tar.bz2 gentoo-4097ff45356ee416aa903438f3ae671f5579d291.zip |
sys-apps/mtree: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sys-apps/mtree')
-rw-r--r-- | sys-apps/mtree/mtree-1.0.1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/mtree/mtree-1.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/mtree/mtree-1.0.1.ebuild b/sys-apps/mtree/mtree-1.0.1.ebuild index 5b194c8d4a99..3ab5b6913bdf 100644 --- a/sys-apps/mtree/mtree-1.0.1.ebuild +++ b/sys-apps/mtree/mtree-1.0.1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit autotools DESCRIPTION="Directory hierarchy mapping tool from FreeBSD" -HOMEPAGE="https://code.google.com/p/mtree-port/" +HOMEPAGE="https://github.com/archiecobbs/mtree-port" SRC_URI="https://mtree-port.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" diff --git a/sys-apps/mtree/mtree-1.0.ebuild b/sys-apps/mtree/mtree-1.0.ebuild index d298bc5f16f6..fe5178de5ad8 100644 --- a/sys-apps/mtree/mtree-1.0.ebuild +++ b/sys-apps/mtree/mtree-1.0.ebuild @@ -5,7 +5,7 @@ EAPI=4 DESCRIPTION="Directory hierarchy mapping tool from FreeBSD" -HOMEPAGE="https://code.google.com/p/mtree-port/" +HOMEPAGE="https://github.com/archiecobbs/mtree-port" SRC_URI="https://mtree-port.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" |