diff options
author | David Runge <dave@sleepmap.de> | 2023-02-05 23:09:01 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-02-05 23:09:01 +0100 |
commit | d3787044831969c3050dd3c56c5570748c7f1ff3 (patch) | |
tree | 0a39cc87321a970d772dac7dffaceab8a18b8ed3 | |
parent | e7db8a64878a4c1fe9005d5325b11ab47b7b82d8 (diff) | |
download | dotfiles-d3787044831969c3050dd3c56c5570748c7f1ff3.tar.gz dotfiles-d3787044831969c3050dd3c56c5570748c7f1ff3.tar.bz2 dotfiles-d3787044831969c3050dd3c56c5570748c7f1ff3.tar.xz dotfiles-d3787044831969c3050dd3c56c5570748c7f1ff3.zip |
nvchecker: Add packages to community
Add openpgp-ca and gomuks.
-rw-r--r-- | .config/nvchecker/community.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index f162441..48c6350 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -586,6 +586,11 @@ source = "git" git = "https://github.com/x42/gmsynth.lv2" use_max_tag = true +[gomuks] +source = "git" +git = "https://github.com/tulir/gomuks" +use_max_tag = true + [gpa] source = "git" git = "https://dev.gnupg.org/source/gpa.git" @@ -1456,6 +1461,11 @@ source = "git" git = "https://github.com/roc-streaming/openfec" use_max_tag = true +[openpgp-ca] +source = "git" +git = "https://gitlab.com/openpgp-ca/openpgp-ca" +use_max_tag = true + [openpgp-card-tools] source = "git" git = "https://gitlab.com/openpgp-card/openpgp-card" |