gnu: libfilezilla: Don't use NAME in source URI.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 15 Feb 2019 03:59:00 +0000 (04:59 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 15 Feb 2019 04:41:18 +0000 (05:41 +0100)
* gnu/packages/ftp.scm (libfilezilla)[source]: Hard-code NAME.

gnu/packages/ftp.scm

index bc44d75..8cc5af6 100644 (file)
@@ -2,7 +2,7 @@
 ;;; Copyright © 2014, 2015, 2018 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -175,7 +175,7 @@ as required.")
      (origin
        (method url-fetch)
        (uri (string-append "https://download.filezilla-project.org/"
-                           name "/" name "-" version ".tar.bz2"))
+                           "libfilezilla/libfilezilla-" version ".tar.bz2"))
        (sha256
         (base32
          "17zlhw5b1a7jzh50cbpy2is3sps5lnzch5yf9qm7mwrviw9c8j10"))))