From 0c9d1c0b8096467abde124990305e317b2c098ec Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 9 Mar 2022 15:10:40 +0100 Subject: nvchecker: Add overpass-fonts to community .config/nvchecker/community.toml: Add entry for overpass-fonts to community. --- .config/nvchecker/community.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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.]+|)" + -- cgit v1.2.3-54-g00ecf