mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-axolotl-curve25519: Fix license.
* gnu/packages/python.scm (python-axolotl-curve25519, python2-axolotl-curve25519)[license]: Replace ISC with BSD-3.
This commit is contained in:
parent
06ff083754
commit
683cdbf51b
1 changed files with 1 additions and 1 deletions
|
@ -11940,7 +11940,7 @@ (define-public python-axolotl-curve25519
|
|||
libaxolotl-android. At the moment this wrapper is meant for use by
|
||||
python-axolotl.")
|
||||
(license (list license:gpl3 ; Most files
|
||||
license:isc)))) ; curve/curve25519-donna.c
|
||||
license:bsd-3)))) ; curve/curve25519-donna.c
|
||||
|
||||
(define-public python2-axolotl-curve25519
|
||||
(package-with-python2 python-axolotl-curve25519))
|
||||
|
|
Loading…
Reference in a new issue