gnu: dbacl: Don't use NAME in source URI.

* gnu/packages/textutils.scm (dbacl)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-21 18:40:31 +02:00
parent 3671cbe51a
commit 50b01dcf3c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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"))))