~ruther/guix-local

3d55d04ab8f11cf8e9612c0ef92b10347a867309 — Leo Famulari 10 years ago 726f088
gnu: cyrus-sasl: Update URLs.

* gnu/packages/cyrus-sasl.scm (cyrus-sasl)[source]: Use HTTPS URL.
[home-page]: Update home-page URL.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cyrus-sasl.scm
M gnu/packages/cyrus-sasl.scm => gnu/packages/cyrus-sasl.scm +2 -2
@@ 34,7 34,7 @@
   (source (origin
            (method url-fetch)
            (uri (list (string-append
                        "http://cyrusimap.org/releases/cyrus-sasl-"
                        "https://cyrusimap.org/releases/cyrus-sasl-"
                        version ".tar.gz")
                       (string-append
                        "ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-"


@@ 63,4 63,4 @@ library makes supporting various SASL mechanisms easy for both client and
server writers.")
   (license (license:non-copyleft "file://COPYING"
                                  "See COPYING in the distribution."))
   (home-page "http://cyrusimap.web.cmu.edu/index.php")))
   (home-page "http://cyrusimap.web.cmu.edu")))