[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: licenses: Export license record.
From: |
guix-commits |
Subject: |
branch master updated: licenses: Export license record. |
Date: |
Thu, 23 Apr 2020 10:29: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 f077992 licenses: Export license record.
f077992 is described below
commit f0779922ff260df2404c90504986aa59553154fb
Author: zimoun <address@hidden>
AuthorDate: Thu Apr 23 16:09:00 2020 +0200
licenses: Export license record.
* guix/licenses.scm (<license>): Export it.
Signed-off-by: Mathieu Othacehe <address@hidden>
---
guix/licenses.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index ab2ad3f..f9bcd96 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-name license-uri license-comment
+ #:export (license license? license-name license-uri license-comment
agpl1 agpl3 agpl3+
asl1.1 asl2.0
boost1.0
- branch master updated: licenses: Export license record.,
guix-commits <=
- Re: branch master updated: licenses: Export license record., Ludovic Courtès, 2020/04/23
- Re: branch master updated: licenses: Export license record., zimoun, 2020/04/23
- Re: branch master updated: licenses: Export license record., Ludovic Courtès, 2020/04/23
- Re: branch master updated: licenses: Export license record., zimoun, 2020/04/23
- Re: branch master updated: licenses: Export license record., Ludovic Courtès, 2020/04/26
- Re: branch master updated: licenses: Export license record., zimoun, 2020/04/26
- Re: branch master updated: licenses: Export license record., Ludovic Courtès, 2020/04/26
- Re: branch master updated: licenses: Export license record., zimoun, 2020/04/27
Re: branch master updated: licenses: Export license record., Mathieu Othacehe, 2020/04/24