diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2017-01-07 20:39:54 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2017-01-07 20:39:54 -0500 |
commit | fbc687cccbe655ff4c15672e7f560ef8900d2b59 (patch) | |
tree | ecdc63515e0a224c52d25775bff7519847f506fc /sys-apps/chname/chname-1.0-r2.ebuild | |
parent | net-misc/gcap: fix the license (diff) | |
download | gentoo-fbc687cccbe655ff4c15672e7f560ef8900d2b59.tar.gz gentoo-fbc687cccbe655ff4c15672e7f560ef8900d2b59.tar.bz2 gentoo-fbc687cccbe655ff4c15672e7f560ef8900d2b59.zip |
sys-apps/chname: migrate away from google code #544092
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-apps/chname/chname-1.0-r2.ebuild')
-rw-r--r-- | sys-apps/chname/chname-1.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/chname/chname-1.0-r2.ebuild b/sys-apps/chname/chname-1.0-r2.ebuild index e0b70ba2cc97..39cf28c2b7be 100644 --- a/sys-apps/chname/chname-1.0-r2.ebuild +++ b/sys-apps/chname/chname-1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit toolchain-funcs DESCRIPTION="Run a command with a new system hostname" HOMEPAGE="https://github.com/marineam/chname" -SRC_URI="https://chname.googlecode.com/files/chname-1.0.tar.gz" +SRC_URI="https://github.com/marineam/${PN}/archive/v1.0.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |