From 9f7503e491c5c067fdf159cb47084e546666cf07 Mon Sep 17 00:00:00 2001 From: happysalada Date: Tue, 6 Jun 2023 20:06:49 -0400 Subject: [PATCH] packages310Packages.blobfile: fix license --- pkgs/development/python-modules/blobfile/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/blobfile/default.nix b/pkgs/development/python-modules/blobfile/default.nix index c4b6b3658114..9c99c8502774 100644 --- a/pkgs/development/python-modules/blobfile/default.nix +++ b/pkgs/development/python-modules/blobfile/default.nix @@ -40,7 +40,7 @@ buildPythonPackage rec { description = "Read Google Cloud Storage, Azure Blobs, and local paths with the same interface"; homepage = "https://github.com/christopher-hesse/blobfile"; changelog = "https://github.com/christopher-hesse/blobfile/blob/v${version}/CHANGES.md"; - license = licenses.mit; + license = licenses.unlicense; maintainers = with maintainers; [ happysalada ]; }; }