mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
Add missing license import.
* gnu/packages/mail.scm: Import agpl3+.
This commit is contained in:
parent
e3a4703174
commit
74c903edab
1 changed files with 3 additions and 1 deletions
|
@ -110,7 +110,9 @@ (define-module (gnu packages mail)
|
|||
#:use-module (gnu packages xorg)
|
||||
#:use-module (gnu packages docbook)
|
||||
#:use-module ((guix licenses)
|
||||
#:select (fdl1.1+ gpl2 gpl2+ gpl3 gpl3+ lgpl2.1 lgpl2.1+ lgpl3+
|
||||
#:select (fdl1.1+
|
||||
agpl3+
|
||||
gpl2 gpl2+ gpl3 gpl3+ lgpl2.1 lgpl2.1+ lgpl3+
|
||||
non-copyleft (expat . license:expat) bsd-3
|
||||
public-domain bsd-4 isc (openssl . license:openssl)
|
||||
bsd-2 x11-style agpl3 asl2.0 perl-license))
|
||||
|
|
Loading…
Reference in a new issue