diff options
author | David Seifert <soap@gentoo.org> | 2019-08-28 12:10:10 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-28 12:10:10 +0200 |
commit | 9cc4a6b940f842402cc1036f17aafd0126e5a20e (patch) | |
tree | 5deae028957e12056b0afd127007c9f7d858582f | |
parent | app-editors/wily: [QA] Fix ${HOMEPAGE} in SRC_URI (diff) | |
download | gentoo-9cc4a6b940f842402cc1036f17aafd0126e5a20e.tar.gz gentoo-9cc4a6b940f842402cc1036f17aafd0126e5a20e.tar.bz2 gentoo-9cc4a6b940f842402cc1036f17aafd0126e5a20e.zip |
app-emacs/apel: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | app-emacs/apel/apel-10.8_p20190407.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |