diff options
author | Jonas Stein <jstein@gentoo.org> | 2023-01-13 21:52:57 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2023-01-13 21:55:53 +0100 |
commit | e29d8082c10bf420fc81e495e55324d126f6e0d5 (patch) | |
tree | 8fa673cf603aa723a1bfd5ddf73e5e2452c0e0a1 /app-text/wgetpaste/wgetpaste-2.33-r1.ebuild | |
parent | dev-libs/openssl: fix config call in src_prepare (diff) | |
download | gentoo-e29d8082c10bf420fc81e495e55324d126f6e0d5.tar.gz gentoo-e29d8082c10bf420fc81e495e55324d126f6e0d5.tar.bz2 gentoo-e29d8082c10bf420fc81e495e55324d126f6e0d5.zip |
app-text/wgetpaste: Update HOMEPAGE
The old project HOMEPAGE https://wgetpaste.zlin.dk/
has not been updated for years.
The development continued on GH.
Signed-off-by: Jonas Stein <jstein@gentoo.org>
Diffstat (limited to 'app-text/wgetpaste/wgetpaste-2.33-r1.ebuild')
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.33-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/wgetpaste/wgetpaste-2.33-r1.ebuild b/app-text/wgetpaste/wgetpaste-2.33-r1.ebuild index c8592f26415d..71e79ddd02dc 100644 --- a/app-text/wgetpaste/wgetpaste-2.33-r1.ebuild +++ b/app-text/wgetpaste/wgetpaste-2.33-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit optfeature DESCRIPTION="Command-line interface to various pastebins" -HOMEPAGE="https://wgetpaste.zlin.dk/" +HOMEPAGE="https://github.com/zlin/wgetpaste" SRC_URI="https://github.com/zlin/wgetpaste/releases/download/${PV}/${P}.tar.xz" LICENSE="MIT" |