guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: licenses: Update Zlib license URL.


From: guix-commits
Subject: 04/07: licenses: Update Zlib license URL.
Date: Fri, 15 May 2020 06:29:05 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2b8a9cca017064a8db095395f9393ae076f7d8c0
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri May 15 12:13:26 2020 +0200

    licenses: Update Zlib license URL.
    
    * guix/licenses.scm (zlib): Change URL.
---
 guix/licenses.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index a16d224..bf72a33 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 <address@hidden>
+;;; Copyright © 2012, 2014, 2015, 2017, 2019, 2020 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2013, 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2012, 2013 Nikita Karetnikov <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]