diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-07-11 09:28:58 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-07-11 09:28:58 +0200 |
| commit | 7f04383e716b8b5b67e28422d7d72896fb080918 (patch) | |
| tree | 31e64aaf5e49fa0ffbc56962c35f83bd17f7b9c7 /nvfetcher.toml | |
| parent | a834240c59d3cbec274a5249463f339ede65bc85 (diff) | |
| download | nixos-7f04383e716b8b5b67e28422d7d72896fb080918.tar nixos-7f04383e716b8b5b67e28422d7d72896fb080918.tar.gz nixos-7f04383e716b8b5b67e28422d7d72896fb080918.tar.bz2 nixos-7f04383e716b8b5b67e28422d7d72896fb080918.tar.xz nixos-7f04383e716b8b5b67e28422d7d72896fb080918.zip | |
bouncy.email: MTA-STS
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 c723654e..cb87d2e1 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
| @@ -57,4 +57,9 @@ fetch.url = "https://github.com/wofr06/lesspipe/archive/refs/tags/v$ver.tar.gz" | |||
| 57 | 57 | ||
| 58 | [freerdp] | 58 | [freerdp] |
| 59 | src.git = "https://github.com/FreeRDP/FreeRDP" | 59 | src.git = "https://github.com/FreeRDP/FreeRDP" |
| 60 | fetch.git = "https://github.com/FreeRDP/FreeRDP" \ No newline at end of file | 60 | fetch.git = "https://github.com/FreeRDP/FreeRDP" |
| 61 | |||
| 62 | [postfix-mta-sts-resolver] | ||
| 63 | src.github = "Snawoot/postfix-mta-sts-resolver" | ||
| 64 | src.prefix = "v" | ||
| 65 | fetch.url = "https://github.com/Snawoot/postfix-mta-sts-resolver/archive/refs/tags/v$ver.tar.gz" \ No newline at end of file | ||
