diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-01-22 22:07:40 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-01-22 23:44:18 +1300 |
commit | aca17cd3e7dacbed2da7efd31e967907f9c7e255 (patch) | |
tree | c0b5ff2d64922600608d6b684ffd21542ed30cf9 | |
parent | app-shells/psh: Adopt maintainership to perl@ (diff) | |
download | gentoo-aca17cd3e7dacbed2da7efd31e967907f9c7e255.tar.gz gentoo-aca17cd3e7dacbed2da7efd31e967907f9c7e255.tar.bz2 gentoo-aca17cd3e7dacbed2da7efd31e967907f9c7e255.zip |
app-shells/psh: Fix dead HOMEPAGE
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | app-shells/psh/psh-1.8.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-shells/psh/psh-1.8.1-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/psh/psh-1.8.1-r1.ebuild b/app-shells/psh/psh-1.8.1-r1.ebuild index 79a11d7bbd27..fbcf4aae8235 100644 --- a/app-shells/psh/psh-1.8.1-r1.ebuild +++ b/app-shells/psh/psh-1.8.1-r1.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 # $Id$ @@ -7,7 +7,7 @@ EAPI=5 inherit perl-module DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl" -HOMEPAGE="http://www.focusresearch.com/gregor/sw/psh/" +HOMEPAGE="https://gnp.github.io/psh/" SRC_URI="http://www.focusresearch.com/gregor/download/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" diff --git a/app-shells/psh/psh-1.8.1-r2.ebuild b/app-shells/psh/psh-1.8.1-r2.ebuild index 5a4e07a4371a..3ee78ccc88c2 100644 --- a/app-shells/psh/psh-1.8.1-r2.ebuild +++ b/app-shells/psh/psh-1.8.1-r2.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 # $Id$ @@ -7,7 +7,7 @@ EAPI=5 inherit perl-module DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl" -HOMEPAGE="http://www.focusresearch.com/gregor/sw/psh/" +HOMEPAGE="https://gnp.github.io/psh/" SRC_URI="http://www.focusresearch.com/gregor/download/${P}.tar.gz" SLOT="0" |