mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
licenses: Update Zlib license URL.
* guix/licenses.scm (zlib): Change URL.
This commit is contained in:
parent
e3c3fb1d39
commit
2b8a9cca01
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ (define zpl2.1
|
|||
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue