packages310Packages.blobfile: fix license

This commit is contained in:
happysalada 2023-06-06 20:06:49 -04:00
parent d1ffe89fd7
commit 9f7503e491

View file

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