all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adam Kandur via <help-guix@gnu.org>
To: Help Guix <help-guix@gnu.org>
Subject: zlib licence
Date: Fri, 15 May 2020 04:08:30 +0200 (CEST)	[thread overview]
Message-ID: <M7L4kgx--3-2@tuta.io> (raw)

[-- Attachment #1: Type: text/plain, Size: 125 bytes --]


hi, it seems http://www.gzip.org/zlib/zlib_license.html returns 404.
i suggest this link https://zlib.net/zlib_license.html

[-- Attachment #2: patch --]
[-- Type: application/octet-stream, Size: 426 bytes --]

diff --git a/guix/licenses.scm b/guix/licenses.scm
index a16d224..f24546c 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -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	other threads:[~2020-05-15  2:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-15  2:08 Adam Kandur via [this message]
2020-05-26 20:30 ` zlib licence Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=M7L4kgx--3-2@tuta.io \
    --to=help-guix@gnu.org \
    --cc=rndd@tuta.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.