diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-06-03 10:54:25 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-06-03 10:54:25 +0900 |
commit | de11abdb84871659293693f3d7d28698372bf73e (patch) | |
tree | 353f712cef926c7bef7e49d652b9c0c3b50770d7 /app-shells | |
parent | dev-libs/libressl: add build fix patch for hppa (diff) | |
download | gentoo-de11abdb84871659293693f3d7d28698372bf73e.tar.gz gentoo-de11abdb84871659293693f3d7d28698372bf73e.tar.bz2 gentoo-de11abdb84871659293693f3d7d28698372bf73e.zip |
app-shells/yash: fix HOMEPAGE
Closes: https://bugs.gentoo.org/656604
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/yash/yash-2.47.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/yash/yash-2.47.ebuild b/app-shells/yash/yash-2.47.ebuild index 475398b44422..ae2eee4bca5b 100644 --- a/app-shells/yash/yash-2.47.ebuild +++ b/app-shells/yash/yash-2.47.ebuild @@ -7,7 +7,7 @@ PLOCALES="en ja" inherit flag-o-matic l10n toolchain-funcs DESCRIPTION="Yash is a POSIX-compliant command line shell" -HOMEPAGE="https://yash.osnd.jp/" +HOMEPAGE="https://yash.osdn.jp/" SRC_URI="mirror://sourceforge.jp/${PN}/69353/${P}.tar.gz" LICENSE="GPL-2+" |