diff options
author | David Runge <dave@sleepmap.de> | 2022-03-09 15:10:40 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-03-09 15:23:41 +0100 |
commit | 0c9d1c0b8096467abde124990305e317b2c098ec (patch) | |
tree | 74f6c90ed3f5dbf18a156db97084184bfacb22ab | |
parent | d0466cfb7a2ee247026b3c06712ee43445af774a (diff) | |
download | dotfiles-0c9d1c0b8096467abde124990305e317b2c098ec.tar.gz dotfiles-0c9d1c0b8096467abde124990305e317b2c098ec.tar.bz2 dotfiles-0c9d1c0b8096467abde124990305e317b2c098ec.tar.xz dotfiles-0c9d1c0b8096467abde124990305e317b2c098ec.zip |
nvchecker: Add overpass-fonts to community
.config/nvchecker/community.toml:
Add entry for overpass-fonts to community.
-rw-r--r-- | .config/nvchecker/community.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index 13c40a2..64759be 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -1274,6 +1274,11 @@ source = "git" git = "https://github.com/llloret/osmid" use_max_tag = true +[overpass-fonts] +source = "git" +git = "https://github.com/RedHatOfficial/Overpass" +use_max_tag = true + [padthv1] source = "git" git = "https://github.com/rncbc/padthv1" @@ -2716,3 +2721,4 @@ git = "https://github.com/zynaddsubfx/zynaddsubfx" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + |