diff options
author | Martin Fischer <martin@push-f.com> | 2025-03-22 22:17:48 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-03-26 08:48:43 +0100 |
commit | 2ee6afdf3356dea2aebdd48d20dfe9eb07037ba3 (patch) | |
tree | 3902cbce2952eb2b22e608eafafc919a4d4c1029 /npins | |
parent | fff83bca1b5069f49af4d2e1dc1e1b1da60d7a61 (diff) |
feat: improve logging
Diffstat (limited to 'npins')
-rw-r--r-- | npins/sources.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/npins/sources.json b/npins/sources.json index 3b57f31..65b2764 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -1,5 +1,19 @@ { "pins": { + "logformat": { + "type": "GitRelease", + "repository": { + "type": "Git", + "url": "https://git.push-f.com/logformat" + }, + "pre_releases": false, + "version_upper_bound": null, + "release_prefix": "v", + "version": "v0.1.0", + "revision": "bded757ac8b71df61bef068c320c639ab64f2f06", + "url": null, + "hash": "16x5fnzvkxw52j288a791zvy66rj5cq7i5dvi9wpnn795l82jz9h" + }, "pywikiapi": { "type": "PyPi", "name": "pywikiapi", |