diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-01-12 20:18:15 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-12 21:49:19 +0000 |
commit | 666f6af9f6d628b3c4e5678c907519f8dad66252 (patch) | |
tree | 8cc95e5827539598d1a3ba5cf6fc921c74c6310d /dev-perl/SDL | |
parent | dev-java/angus-activation: Stabilize 1.0.0 arm64, #831059 (diff) | |
download | gentoo-666f6af9f6d628b3c4e5678c907519f8dad66252.tar.gz gentoo-666f6af9f6d628b3c4e5678c907519f8dad66252.tar.bz2 gentoo-666f6af9f6d628b3c4e5678c907519f8dad66252.zip |
dev-perl/SDL: use https
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/23762
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-perl/SDL')
-rw-r--r-- | dev-perl/SDL/SDL-2.548.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/SDL/SDL-2.548.0.ebuild b/dev-perl/SDL/SDL-2.548.0.ebuild index 78d87f151b2a..d68f6311fafc 100644 --- a/dev-perl/SDL/SDL-2.548.0.ebuild +++ b/dev-perl/SDL/SDL-2.548.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ DIST_VERSION=2.548 inherit perl-module DESCRIPTION="Simple DirectMedia Layer (SDL) bindings for perl" -HOMEPAGE="http://sdl.perl.org/ http://search.cpan.org/dist/SDL/ https://github.com/PerlGameDev/SDL" +HOMEPAGE="http://sdl.perl.org/ https://search.cpan.org/dist/SDL/ https://github.com/PerlGameDev/SDL" LICENSE="GPL-2 OFL-1.1" SLOT="0" |