aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>2022-04-04 18:45:49 +0200
committerRonny (tastytea) Gutbrod <gentoo@tastytea.de>2022-04-04 18:45:49 +0200
commitbeba143c39288c6090d1f36bae223d1fdceff546 (patch)
treee3682a624afcbf8bcded77756cfedc8cd99f3e91 /app-portage
parentDrop repoman in favour of pkgcheck/pkgdev (diff)
downloadguru-beba143c39288c6090d1f36bae223d1fdceff546.tar.gz
guru-beba143c39288c6090d1f36bae223d1fdceff546.tar.bz2
guru-beba143c39288c6090d1f36bae223d1fdceff546.zip
*/*: Fix missing trailing slash in HOMEPAGE
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild2
1 files changed, 1 insertions, 1 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 9c526d929..f71b81cc6 100644
--- a/app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild
+++ b/app-portage/gentoo-sweep/gentoo-sweep-0.1.2a.ebuild
@@ -8,7 +8,7 @@ CMAKE_IN_SOURCE_BUILD=1
inherit cmake
DESCRIPTION="Check your gentoo installation for unwanted cruft, forgotten files"
-HOMEPAGE="https://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"