diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-21 18:40:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-22 02:32:13 +0200 |
commit | 50b01dcf3c2a2990b8192ec790adbb855f4410e1 (patch) | |
tree | a9ae184cf6438f86ab9e219ed8f8bed4846551e4 /gnu/packages/textutils.scm | |
parent | 3671cbe51a0f2c7b578fecd9da218e3632da5392 (diff) | |
download | patches-50b01dcf3c2a2990b8192ec790adbb855f4410e1.tar patches-50b01dcf3c2a2990b8192ec790adbb855f4410e1.tar.gz |
gnu: dbacl: Don't use NAME in source URI.
* gnu/packages/textutils.scm (dbacl)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/textutils.scm')
-rw-r--r-- | gnu/packages/textutils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 7436fdeb97..da5cd011d8 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -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")))) |