diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-06-28 09:46:04 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-06-28 09:46:04 +0200 |
commit | dacafd3cd7f0656ebf12f2845b17224a121b693f (patch) | |
tree | 84019e3443190ca1be84e06ed03a750b83c1d502 /nvfetcher.toml | |
parent | 3a85c6891dc862ec39ccd53dbd7424b8b5264a34 (diff) | |
download | nixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.tar nixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.tar.gz nixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.tar.bz2 nixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.tar.xz nixos-dacafd3cd7f0656ebf12f2845b17224a121b693f.zip |
...
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r-- | nvfetcher.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index 31fa7aa4..bc3095ca 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
@@ -48,4 +48,9 @@ fetch.git = "https://gitlab.com/depesz/Versioning" | |||
48 | 48 | ||
49 | [mpv-chapterskip] | 49 | [mpv-chapterskip] |
50 | src.git = "https://github.com/po5/chapterskip" | 50 | src.git = "https://github.com/po5/chapterskip" |
51 | fetch.github = "po5/chapterskip" \ No newline at end of file | 51 | fetch.github = "po5/chapterskip" |
52 | |||
53 | [lesspipe] | ||
54 | src.github = "wofr06/lesspipe" | ||
55 | src.prefix = "v" | ||
56 | fetch.url = "https://github.com/wofr06/lesspipe/archive/refs/tags/v$ver.tar.gz" \ No newline at end of file | ||