diff options
author | Coleman McFarland <coleman@de.limited> | 2024-04-21 17:52:21 +0000 |
---|---|---|
committer | cinerea0 <49368915+cinerea0@users.noreply.github.com> | 2024-04-22 17:28:47 +0000 |
commit | 619adea286bed9958f8c5dab193f80911325f22b (patch) | |
tree | 73c32d92c5f2b5e10b6a4747ea84bb77867309ac | |
parent | 7a623ef85760a2468bdbcf13ab8774ae29f9d2df (diff) | |
download | void-packages-619adea286bed9958f8c5dab193f80911325f22b.tar void-packages-619adea286bed9958f8c5dab193f80911325f22b.tar.gz void-packages-619adea286bed9958f8c5dab193f80911325f22b.tar.bz2 void-packages-619adea286bed9958f8c5dab193f80911325f22b.tar.lz void-packages-619adea286bed9958f8c5dab193f80911325f22b.tar.xz void-packages-619adea286bed9958f8c5dab193f80911325f22b.tar.zst void-packages-619adea286bed9958f8c5dab193f80911325f22b.zip |
kak-lsp: update github URLs to kakoune-lsp
GitHub maintains a redirect, but here we use the new repo URLs
-rw-r--r-- | srcpkgs/kak-lsp/template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/srcpkgs/kak-lsp/template b/srcpkgs/kak-lsp/template index 4ab5df9602c..9537f0c8c1f 100644 --- a/srcpkgs/kak-lsp/template +++ b/srcpkgs/kak-lsp/template @@ -6,9 +6,9 @@ build_style=cargo short_desc="Language Server Protocol client for Kakoune" maintainer="Orphaned <orphan@voidlinux.org>" license="Unlicense" -homepage="https://github.com/kak-lsp/kak-lsp" -changelog="https://raw.githubusercontent.com/kak-lsp/kak-lsp/master/CHANGELOG.md" -distfiles="https://github.com/kak-lsp/kak-lsp/archive/v${version}.tar.gz" +homepage="https://github.com/kakoune-lsp/kakoune-lsp" +changelog="https://raw.githubusercontent.com/kakoune-lsp/kakoune-lsp/master/CHANGELOG.md" +distfiles="https://github.com/kakoune-lsp/kakoune-lsp/archive/v${version}.tar.gz" checksum=c32172a7d13621d7f7fd8b32b819865fd58a38c0c431d3cedd6046fb6de42f44 post_install() { |