diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-01 02:15:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-01 14:41:37 +0100 |
commit | bb5ab9bfabe6f6e363a284f2af596998cd2f0200 (patch) | |
tree | b0c07ccef17ec592f9b3d745168f0ac8f1a2a541 /gnu/packages | |
parent | 77cf666b00cedaa41de7aa016d0cee9be436feca (diff) | |
download | guix-bb5ab9bfabe6f6e363a284f2af596998cd2f0200.tar.gz guix-bb5ab9bfabe6f6e363a284f2af596998cd2f0200.zip |
gnu: dehydrated: Update source URI.
* gnu/packages/tls.scm (dehydrated)[source]: Update URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tls.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 8967bb127d..89d3e46aa8 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -911,7 +911,7 @@ coding footprint.") (source (origin (method url-fetch) (uri (string-append - "https://github.com/lukas2511/dehydrated/releases/download/" + "https://github.com/dehydrated-io/dehydrated/releases/download/" "v" version "/dehydrated-" version ".tar.gz")) (sha256 (base32 |