diff options
Diffstat (limited to 'app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild')
-rw-r--r-- | app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild b/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild index 38c255fda39b..a025cb964cbb 100644 --- a/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild +++ b/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild @@ -3,15 +3,15 @@ EAPI=8 -H=b3aa4c53fc9e98648b25ad036e657632ae2fe192 +COMMIT=b3aa4c53fc9e98648b25ad036e657632ae2fe192 NEED_EMACS=25 inherit elisp DESCRIPTION="Support for the F# programming language" HOMEPAGE="https://github.com/fsharp/emacs-fsharp-mode/" -SRC_URI="https://github.com/fsharp/emacs-${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/emacs-${PN}-${H} +SRC_URI="https://github.com/fsharp/emacs-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/emacs-${PN}-${COMMIT} LICENSE="Apache-2.0" SLOT="0" |