From: David Seifert Date: Wed, 28 Aug 2019 10:10:10 +0000 (+0200) Subject: app-emacs/apel: [QA] Fix ${HOMEPAGE} in SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9cc4a6b940f842402cc1036f17aafd0126e5a20e;p=gentoo.git app-emacs/apel: [QA] Fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert --- diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild b/app-emacs/apel/apel-10.8_p20190407.ebuild index a218a947a7b3..a810dc04e8d8 100644 --- a/app-emacs/apel/apel-10.8_p20190407.ebuild +++ b/app-emacs/apel/apel-10.8_p20190407.ebuild @@ -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"