mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -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/")
|
||||
(license
|
||||
(list
|
||||
license:lgpl2.1
|
||||
license:gpl2))))
|
||||
;; Library
|
||||
license:lgpl2.1+
|
||||
;; Others
|
||||
license:gpl2+))))
|
||||
|
||||
(define-public libsignal-protocol-c
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue