summaryrefslogtreecommitdiff
path: root/nvfetcher.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r--nvfetcher.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml
index 7cd52c29..5e075ae4 100644
--- a/nvfetcher.toml
+++ b/nvfetcher.toml
@@ -68,4 +68,13 @@ fetch.url = "https://github.com/matusnovak/prometheus-smartctl/archive/refs/tags
68[postfwd] 68[postfwd]
69src.github_tag = "postfwd/postfwd" 69src.github_tag = "postfwd/postfwd"
70src.prefix = "v" 70src.prefix = "v"
71fetch.url = "https://github.com/postfwd/postfwd/archive/refs/tags/v$ver.tar.gz" \ No newline at end of file 71fetch.url = "https://github.com/postfwd/postfwd/archive/refs/tags/v$ver.tar.gz"
72
73[etebase-py]
74src.git = "https://github.com/etesync/etebase-py"
75fetch.github = "etesync/etebase-py"
76
77[prometheus-lvm-exporter]
78src.github = "hansmi/prometheus-lvm-exporter"
79src.prefix = "v"
80fetch.url = "https://github.com/hansmi/prometheus-lvm-exporter/archive/refs/tags/v$ver.tar.gz" \ No newline at end of file