diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-05-15 12:13:26 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-05-15 12:27:22 +0200 |
commit | 2b8a9cca017064a8db095395f9393ae076f7d8c0 (patch) | |
tree | 10897b0a6ac281419c3a5069f80581fcc32a54d8 /guix | |
parent | e3c3fb1d39657d1681a0e05e5a03dc5cc93bcdf0 (diff) |
licenses: Update Zlib license URL.
* guix/licenses.scm (zlib): Change URL.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/licenses.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm index a16d2241ad..bf72a33c92 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -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 |