mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
Revert "licenses: Export license record."
This reverts commit f0779922ff
. We do not want
to export the license record, see:
https://lists.gnu.org/archive/html/guix-commits/2020-04/msg01923.html.
This commit is contained in:
parent
298c113134
commit
1597613488
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue