diff options
author | David Runge <dave@sleepmap.de> | 2023-02-22 11:45:27 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-02-22 11:46:26 +0100 |
commit | c06c5a5c7c870d139adb640eb6079a286a6be60c (patch) | |
tree | f3b497a91c40c591f83726f5d288cbc5393ca66f | |
parent | dd3c51876625afef02fe65ee7e01a84e5ec58db6 (diff) | |
download | dotfiles-c06c5a5c7c870d139adb640eb6079a286a6be60c.tar.gz dotfiles-c06c5a5c7c870d139adb640eb6079a286a6be60c.tar.bz2 dotfiles-c06c5a5c7c870d139adb640eb6079a286a6be60c.tar.xz dotfiles-c06c5a5c7c870d139adb640eb6079a286a6be60c.zip |
packages: Add package to community
Add dot-language-server to community and fix the regex for openpgp-ca.
-rw-r--r-- | .config/nvchecker/community.toml | 6 | ||||
-rw-r--r-- | .config/packages/community.txt | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index da40969..6c834cb 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -412,6 +412,11 @@ source = "git" git = "https://github.com/jedisct1/dnscrypt-proxy" use_max_tag = true +[dot-language-server] +source = "git" +git = "https://github.com/nikeee/dot-language-server" +use_max_tag = true + [dpf-plugins] source = "git" git = "https://github.com/distrho/dpf-plugins" @@ -1471,6 +1476,7 @@ use_max_tag = true source = "git" git = "https://gitlab.com/openpgp-ca/openpgp-ca" use_max_tag = true +include_regex = "openpgp-ca/v([\\d.]+)" [openpgp-card-tools] source = "git" diff --git a/.config/packages/community.txt b/.config/packages/community.txt index c45e454..1490fdb 100644 --- a/.config/packages/community.txt +++ b/.config/packages/community.txt @@ -75,6 +75,7 @@ dgedit din distrho-ports dnscrypt-proxy +dot-language-server dpf-plugins dragonfly-reverb drumgizmo |