diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-01 22:18:36 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-01 22:18:41 +0100 |
| commit | f6034efe9c8b084da4a3627cbcde38794dc3dcca (patch) | |
| tree | 2339642ff1eb76354b3882c9378781888cafa4ab /gnu/packages/python-xyz.scm | |
| parent | 24ba37f00f67012564979e605c7ec65890ec5ac4 (diff) | |
gnu: python-zipfly: Fix license.
* gnu/packages/python-xyz.scm (python-zipfly):[license]: License is
Expat (MIT) on PyPI <https://pypi.org/project/zipfly/> and
GitHub <https://raw.githubusercontent.com/sandes/zipfly/refs/tags/v6.0.5/LICENSE>.
Change-Id: I4d713e0e97988d2530a273ed5f58babea649b9e4
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0e7623dade..54d1965c2b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16737,7 +16737,7 @@ command pipeline functionality.") (description "ZipFly is a zip archive generator. It was created to generate very large zip archives for immediate sending out to clients, or for writing large zip archives without memory inflation.") - (license license:bsd-2))) + (license license:expat))) (define-public python-zipstream-new (package |
