1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 08:05:54 +02:00

licenses: Update Zlib license URL.

* guix/licenses.scm (zlib): Change URL.
This commit is contained in:
Ludovic Courtès
2020-05-15 12:13:26 +02:00
parent e3c3fb1d39
commit 2b8a9cca01
+2 -2
View File
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2014, 2015, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2012, 2014, 2015, 2017, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2012, 2013 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
@@ -644,7 +644,7 @@ which may be a file:// URI pointing the package's tree."
(define zlib
(license "Zlib"
"http://www.gzip.org/zlib/zlib_license.html"
"https://zlib.net/zlib_license.html"
"https://www.gnu.org/licenses/license-list#ZLib"))
(define hpnd