diff options
Diffstat (limited to 'gnu')
-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 |