[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: python-pycryptodome: Note public-domain legacy.
From: |
guix-commits |
Subject: |
09/10: gnu: python-pycryptodome: Note public-domain legacy. |
Date: |
Fri, 13 Nov 2020 20:17:41 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit c8ca9eb8f369c869b37a6c059713b0c49eaee0a5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 14 00:22:03 2020 +0100
gnu: python-pycryptodome: Note public-domain legacy.
* gnu/packages/python-pycryptodome.scm (python-pycryptodome)[license]:
Add public-domain.
---
gnu/packages/python-crypto.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 8911667..97b55b0 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -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))
- branch master updated (4e9b2e8 -> 0404b28), guix-commits, 2020/11/13
- 02/10: gnu: python-duniterpy: Update to 0.60.1., guix-commits, 2020/11/13
- 01/10: gnu: inxi-minimal: Update to 3.1.09-1., guix-commits, 2020/11/13
- 03/10: gnu: libgda: Update to 5.2.10., guix-commits, 2020/11/13
- 10/10: gnu: python-pykeepass: Update to 3.2.1., guix-commits, 2020/11/13
- 04/10: gnu: nginx-lua-module: Update to 0.10.16., guix-commits, 2020/11/13
- 05/10: gnu: lua-resty-core: Update to 0.1.18., guix-commits, 2020/11/13
- 06/10: gnu: lua-resty-lrucache: Update to 0.10., guix-commits, 2020/11/13
- 07/10: gnu: Add python-pycryptodomex., guix-commits, 2020/11/13
- 08/10: gnu: python-pycryptodome: Expand description., guix-commits, 2020/11/13
- 09/10: gnu: python-pycryptodome: Note public-domain legacy.,
guix-commits <=