diff options
author | 2022-04-04 18:45:49 +0200 | |
---|---|---|
committer | 2022-04-04 18:45:49 +0200 | |
commit | beba143c39288c6090d1f36bae223d1fdceff546 (patch) | |
tree | e3682a624afcbf8bcded77756cfedc8cd99f3e91 /x11-terms | |
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 'x11-terms')
-rw-r--r-- | x11-terms/tabby-bin/tabby-bin-1.0.146.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/tabby-bin/tabby-bin-1.0.146.ebuild b/x11-terms/tabby-bin/tabby-bin-1.0.146.ebuild index f9ce65f30..4940fb297 100644 --- a/x11-terms/tabby-bin/tabby-bin-1.0.146.ebuild +++ b/x11-terms/tabby-bin/tabby-bin-1.0.146.ebuild @@ -8,7 +8,7 @@ inherit desktop xdg MY_P="tabby-${PV}-linux" DESCRIPTION="A terminal for a more modern age" -HOMEPAGE="https://eugeny.github.io/tabby" +HOMEPAGE="https://eugeny.github.io/tabby/" SRC_URI=" https://github.com/Eugeny/tabby/releases/download/v${PV}/${MY_P}.tar.gz https://github.com/scardracs/icons/releases/download/release/tabby-icons.tar.gz |