diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-06-12 18:39:28 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-06-12 18:39:28 +0200 |
commit | c1e2ce97184bf0f8887b27d364130efc29897f7e (patch) | |
tree | 23a93722731535722155e00f0ce80d45083b6da8 /app-portage | |
parent | sci-libs/ensmallen: import from ::science (diff) | |
download | guru-c1e2ce97184bf0f8887b27d364130efc29897f7e.tar.gz guru-c1e2ce97184bf0f8887b27d364130efc29897f7e.tar.bz2 guru-c1e2ce97184bf0f8887b27d364130efc29897f7e.zip |
app-portage/gentoo-sweep: use https
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild b/app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild index 563c2bd27..9c526d929 100644 --- a/app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild +++ b/app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ CMAKE_IN_SOURCE_BUILD=1 inherit cmake DESCRIPTION="Check your gentoo installation for unwanted cruft, forgotten files" -HOMEPAGE="http://sourceforge.net/projects/gentoo-sweep" +HOMEPAGE="https://sourceforge.net/projects/gentoo-sweep" SRC_URI="mirror://sourceforge/gentoo-sweep/${P}.tar.gz" S="${WORKDIR}/${PN}" LICENSE="GPL-2" |