diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-04-04 18:45:49 +0200 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-04-04 18:45:49 +0200 |
commit | beba143c39288c6090d1f36bae223d1fdceff546 (patch) | |
tree | e3682a624afcbf8bcded77756cfedc8cd99f3e91 /sci-geosciences | |
parent | Drop repoman in favour of pkgcheck/pkgdev (diff) | |
download | guru-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 'sci-geosciences')
-rw-r--r-- | sci-geosciences/GeographicLib-data/GeographicLib-data-0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/GeographicLib-data/GeographicLib-data-0-r1.ebuild b/sci-geosciences/GeographicLib-data/GeographicLib-data-0-r1.ebuild index 6f351bcc1..2a1d7eb52 100644 --- a/sci-geosciences/GeographicLib-data/GeographicLib-data-0-r1.ebuild +++ b/sci-geosciences/GeographicLib-data/GeographicLib-data-0-r1.ebuild @@ -6,7 +6,7 @@ EAPI="7" MYPN="${PN/-data/}" DESCRIPTION="Datasets for GeographicLib" -HOMEPAGE="https://sourceforge.net/projects/geographiclib" +HOMEPAGE="https://sourceforge.net/projects/geographiclib/" S="${WORKDIR}" SLOT="0" |