diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2024-12-06 20:19:58 -0500 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2024-12-06 20:19:58 -0500 |
commit | c7122275d2d0f3185eea665f55ad10be3e132de4 (patch) | |
tree | 0b8f75904fdf3c68bd8a3a3a3528bf87bd522eb7 | |
parent | 870fd4a1ea5051fc255ea466c216f84be0c39d75 (diff) | |
download | ebuilds-c7122275d2d0f3185eea665f55ad10be3e132de4.tar.gz |
add -> ${P}.tar.gz to SRC_URI
-rw-r--r-- | app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild b/app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild index 5019edd..37d55fe 100644 --- a/app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild +++ b/app-emacs/wgsl-ts-mode/wgsl-ts-mode-0.1.ebuild @@ -7,7 +7,7 @@ inherit elisp DESCRIPTION="Tree sitter mode for WGSL" HOMEPAGE="https://github.com/Jturnerusa/wgsl-ts-mode" -SRC_URI="https://github.com/Jturnerusa/wgsl-ts-mode/archive/refs/tags/v0.1.tar.gz" +SRC_URI="https://github.com/Jturnerusa/wgsl-ts-mode/archive/refs/tags/v0.1.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |