Merge pull request #236377 from happysalada/blobfile_fix_license

packages310Packages.blobfile: fix license
This commit is contained in:
Martin Weinelt
2023-06-07 02:13:32 +02:00
committed by GitHub
@@ -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 ];
};
}