commit: bfc224778e3bb448ac0ccc1249c3d9e2735b1586 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 2 01:30:34 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 2 01:40:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc22477
gnustep-apps/pictureframe: HTTPSify SRC_URI Signed-off-by: Sam James <sam <AT> gentoo.org> gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild b/gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild index e59281842f46..9a7a93e85b1c 100644 --- a/gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild +++ b/gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit gnustep-2 MY_PN=PictureFrame DESCRIPTION="digital picture frame software" HOMEPAGE="http://www.nongnu.org/gap/pictureframe/index.html" -SRC_URI="http://ftp.gnustep.org/pub/gnustep/contrib/${MY_PN}-${PV}.tar.gz" +SRC_URI="https://ftp.gnustep.org/pub/gnustep/contrib/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0"