diff options
author | Andreas Enge <andreas@enge.fr> | 2014-03-26 21:35:54 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-03-26 21:35:54 +0100 |
commit | 8bae41a4cefce48af73afb46068ca84750a08da0 (patch) | |
tree | 1dd071c2f0167724d60f88233988cf0b2dd1195a /gnu/packages/gnu-pw-mgr.scm | |
parent | 5da64c7d5d9b3a1d57ada581b31e524d6088ee95 (diff) | |
download | guix-8bae41a4cefce48af73afb46068ca84750a08da0.tar guix-8bae41a4cefce48af73afb46068ca84750a08da0.tar.gz |
gnu: gnu-pw-mgr: Fix download location.
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Fix download location.
Diffstat (limited to 'gnu/packages/gnu-pw-mgr.scm')
-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 |