guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "licenses: Export license record."


From: guix-commits
Subject: branch master updated: Revert "licenses: Export license record."
Date: Fri, 24 Apr 2020 03:11:28 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1597613  Revert "licenses: Export license record."
1597613 is described below

commit 1597613488d328c7987a18c088cf6e47467223b9
Author: Mathieu Othacehe <address@hidden>
AuthorDate: Fri Apr 24 09:10:35 2020 +0200

    Revert "licenses: Export license record."
    
    This reverts commit f0779922ff260df2404c90504986aa59553154fb. We do not want
    to export the license record, see:
    https://lists.gnu.org/archive/html/guix-commits/2020-04/msg01923.html.
---
 guix/licenses.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index f9bcd96..ab2ad3f 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -32,7 +32,7 @@
 
 (define-module (guix licenses)
   #:use-module (srfi srfi-9)
-  #:export (license license? license-name license-uri license-comment
+  #:export (license? license-name license-uri license-comment
             agpl1 agpl3 agpl3+
             asl1.1 asl2.0
             boost1.0



reply via email to

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