Skip to content
Snippets Groups Projects
Unverified Commit 50b01dcf authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

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

* gnu/packages/textutils.scm (dbacl)[source]: Hard-code NAME.
parent 3671cbe5
No related branches found
No related tags found
No related merge requests found
......@@ -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"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment