mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 20:04:06 -05:00
gnu: libotr: Update license.
* gnu/packages/messaging.scm (libotr) [license]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
844da71612
commit
d3fb65a837
1 changed files with 4 additions and 2 deletions
|
@ -407,8 +407,10 @@ (define-public libotr
|
||||||
(home-page "https://otr.cypherpunks.ca/")
|
(home-page "https://otr.cypherpunks.ca/")
|
||||||
(license
|
(license
|
||||||
(list
|
(list
|
||||||
license:lgpl2.1
|
;; Library
|
||||||
license:gpl2))))
|
license:lgpl2.1+
|
||||||
|
;; Others
|
||||||
|
license:gpl2+))))
|
||||||
|
|
||||||
(define-public libsignal-protocol-c
|
(define-public libsignal-protocol-c
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue