diff options
-rw-r--r-- | app-emacs/with-editor/with-editor-3.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/with-editor/with-editor-3.3.3.ebuild b/app-emacs/with-editor/with-editor-3.3.3.ebuild index 7e5a5295cac5..af93991140f7 100644 --- a/app-emacs/with-editor/with-editor-3.3.3.ebuild +++ b/app-emacs/with-editor/with-editor-3.3.3.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == *9999* ]] ; then EGIT_REPO_URI="https://github.com/magit/${PN}.git" else - SRC_URI="https://github.com/magit/${PN}/archive/${PV}.tar.gz + SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" |