From f6034efe9c8b084da4a3627cbcde38794dc3dcca Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 1 Oct 2025 22:18:36 +0100 Subject: [PATCH] gnu: python-zipfly: Fix license. * gnu/packages/python-xyz.scm (python-zipfly):[license]: License is Expat (MIT) on PyPI and GitHub . Change-Id: I4d713e0e97988d2530a273ed5f58babea649b9e4 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0e7623dadefc286e2757d9e85b855967d7541198..54d1965c2b390dab028d7c06143c18761237783e 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