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
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

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