me
/
guix
Archived
1
0
Fork 0

gnu: python-pycryptodome: Note public-domain legacy.

* gnu/packages/python-pycryptodome.scm (python-pycryptodome)[license]:
Add public-domain.
master
Tobias Geerinckx-Rice 2020-11-14 00:22:03 +01:00
parent 970a3026e9
commit c8ca9eb8f3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -1035,7 +1035,8 @@ in userspace)
This package provides drop-in compatibility with PyCrypto. It is one of two
PyCryptodome variants, the other being python-pycryptodomex.")
(license license:bsd-2)))
(license (list license:bsd-2
license:public-domain)))) ; code inherited from PyCrypto
(define-public python2-pycryptodome
(package-with-python2 python-pycryptodome))