diff options
-rw-r--r-- | gnu/packages/gnu-pw-mgr.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/gnu-pw-mgr.scm b/gnu/packages/gnu-pw-mgr.scm index 646273f080..a1f849a86f 100644 --- a/gnu/packages/gnu-pw-mgr.scm +++ b/gnu/packages/gnu-pw-mgr.scm @@ -31,8 +31,7 @@ (source (origin (method url-fetch) - (uri (string-append "mirror://gnu/gnu-pw-mgr/gpw-" - version "/gnu-pw-mgr-" + (uri (string-append "mirror://gnu/gnu-pw-mgr/gnu-pw-mgr-" version ".tar.gz")) (sha256 (base32 |