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 ]; }; }