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
commit dd5095dbff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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