app-emacs/apel: [QA] Fix ${HOMEPAGE} in SRC_URI
authorDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 10:10:10 +0000 (12:10 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 10:10:10 +0000 (12:10 +0200)
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-emacs/apel/apel-10.8_p20190407.ebuild

index a218a947a7b35f4dc0fa9927db1ddcc6b52214f5..a810dc04e8d8062c41901e1ac8f5ca88323f1c15 100644 (file)
@@ -8,7 +8,7 @@ inherit elisp
 DESCRIPTION="A Portable Emacs Library is a library for making portable Emacs Lisp programs"
 HOMEPAGE="https://github.com/wanderlust/apel"
 GITHUB_SHA1="d146ddbf8818e81d3577d5eee7825d377bec0c73"
-SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/wanderlust/apel/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"