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

* gnu/packages/textutils.scm (dbacl)[source]: Hard-code NAME.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ in a portable way.")
(origin
(method url-fetch)
(uri (string-append "http://www.lbreyer.com/gpl/"
name "-" version ".tar.gz"))
"dbacl-" version ".tar.gz"))
(sha256
(base32
"0224g6x71hyvy7jikfxmgcwww1r5lvk0jx36cva319cb9nmrbrq7"))))