diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-07-10 11:51:34 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-07-10 11:51:34 +0200 |
commit | ffac1727b92167ca6847b7ae3adc71f091d8048f (patch) | |
tree | 7ff9c375782d347d6ef3da3a3d02b7e39aad3c44 /nvfetcher.toml | |
parent | 20e7a2a2544afd682f487327aa42d1899784db98 (diff) | |
download | nixos-ffac1727b92167ca6847b7ae3adc71f091d8048f.tar nixos-ffac1727b92167ca6847b7ae3adc71f091d8048f.tar.gz nixos-ffac1727b92167ca6847b7ae3adc71f091d8048f.tar.bz2 nixos-ffac1727b92167ca6847b7ae3adc71f091d8048f.tar.xz nixos-ffac1727b92167ca6847b7ae3adc71f091d8048f.zip |
...
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r-- | nvfetcher.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index bc3095ca..c723654e 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
@@ -53,4 +53,8 @@ fetch.github = "po5/chapterskip" | |||
53 | [lesspipe] | 53 | [lesspipe] |
54 | src.github = "wofr06/lesspipe" | 54 | src.github = "wofr06/lesspipe" |
55 | src.prefix = "v" | 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 | 56 | fetch.url = "https://github.com/wofr06/lesspipe/archive/refs/tags/v$ver.tar.gz" |
57 | |||
58 | [freerdp] | ||
59 | src.git = "https://github.com/FreeRDP/FreeRDP" | ||
60 | fetch.git = "https://github.com/FreeRDP/FreeRDP" \ No newline at end of file | ||