diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-04 12:01:38 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-06-11 11:22:26 +0300 |
commit | bbd512fc4e8301fb94a755401d16518970977de7 (patch) | |
tree | f5c8bd7dd173187da9bfb002ba6089b0423b0189 /app-arch/gtk-splitter | |
parent | app-arch/bsdsfv: use HTTPS (diff) | |
download | gentoo-bbd512fc4e8301fb94a755401d16518970977de7.tar.gz gentoo-bbd512fc4e8301fb94a755401d16518970977de7.tar.bz2 gentoo-bbd512fc4e8301fb94a755401d16518970977de7.zip |
app-arch/gtk-splitter: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-arch/gtk-splitter')
-rw-r--r-- | app-arch/gtk-splitter/gtk-splitter-2.2.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/gtk-splitter/gtk-splitter-2.2.1-r2.ebuild b/app-arch/gtk-splitter/gtk-splitter-2.2.1-r2.ebuild index 8cfa2563d8f8..6aefd867f9c7 100644 --- a/app-arch/gtk-splitter/gtk-splitter-2.2.1-r2.ebuild +++ b/app-arch/gtk-splitter/gtk-splitter-2.2.1-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Split files into smaller pieces and combine them back together" -HOMEPAGE="http://gtk-splitter.sourceforge.net" +HOMEPAGE="https://gtk-splitter.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" |