1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 03:00:35 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2025-10-01 22:18:36 +01:00
parent 24ba37f00f
commit f6034efe9c

View File

@@ -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