nckx pushed a commit to branch master
in repository guix.

commit 50b01dcf3c2a2990b8192ec790adbb855f4410e1
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Sun Apr 21 18:40:31 2019 +0200

    gnu: dbacl: Don't use NAME in source URI.
    
    * gnu/packages/textutils.scm (dbacl)[source]: Hard-code NAME.
---
 gnu/packages/textutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 7436fde..da5cd01 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"))))

Reply via email to