mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: dbacl: Don't use NAME in source URI.
* gnu/packages/textutils.scm (dbacl)[source]: Hard-code NAME.
This commit is contained in:
parent
3671cbe51a
commit
50b01dcf3c
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ (define-public dbacl
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.lbreyer.com/gpl/"
|
||||
name "-" version ".tar.gz"))
|
||||
"dbacl-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0224g6x71hyvy7jikfxmgcwww1r5lvk0jx36cva319cb9nmrbrq7"))))
|
||||
|
|
Loading…
Reference in a new issue