gnu: florence: Don't use NAME in source URI.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 8 Feb 2019 18:35:24 +0000 (19:35 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 8 Feb 2019 22:50:53 +0000 (23:50 +0100)
* gnu/packages/accessibility.scm (florence)[source]: Hard-code name.

gnu/packages/accessibility.scm

index 25c44fa..35c8c8f 100644 (file)
@@ -45,7 +45,7 @@
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/florence/florence/" version
-                           "/" name "-" version ".tar.bz2"))
+                           "/florence-" version ".tar.bz2"))
        (sha256
         (base32
          "07h9qm22krlwayhzvc391lr23vicw81s48g7rirvx1fj0zyr4aa2"))))