diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-30 10:50:13 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-06-18 00:33:58 +0200 |
commit | fcd705f7dc97187be6c5b7bf3d099b20afa5a43d (patch) | |
tree | 62d906b7a9585002f0a3c44844e20ad986116b44 /net-dialup | |
parent | net-dialup/sendpage: add 1.1.1 (diff) | |
download | gentoo-fcd705f7dc97187be6c5b7bf3d099b20afa5a43d.tar.gz gentoo-fcd705f7dc97187be6c5b7bf3d099b20afa5a43d.tar.bz2 gentoo-fcd705f7dc97187be6c5b7bf3d099b20afa5a43d.zip |
net-dialup/sendpage: update HOMEPAGE, LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36897
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/sendpage/sendpage-1.1.0-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/sendpage/sendpage-1.1.0-r4.ebuild b/net-dialup/sendpage/sendpage-1.1.0-r4.ebuild index d64a0d18100e..d6be53d2a47a 100644 --- a/net-dialup/sendpage/sendpage-1.1.0-r4.ebuild +++ b/net-dialup/sendpage/sendpage-1.1.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,11 +8,11 @@ inherit perl-module MY_P=${PN}-1.001 DESCRIPTION="Dialup alphapaging software" -HOMEPAGE="https://www.sendpage.org/" +HOMEPAGE="https://sendpage.github.io/" SRC_URI="https://www.sendpage.org/download/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" |