mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
packages310Packages.blobfile: fix license
This commit is contained in:
parent
d1ffe89fd7
commit
9f7503e491
@ -40,7 +40,7 @@ buildPythonPackage rec {
|
|||||||
description = "Read Google Cloud Storage, Azure Blobs, and local paths with the same interface";
|
description = "Read Google Cloud Storage, Azure Blobs, and local paths with the same interface";
|
||||||
homepage = "https://github.com/christopher-hesse/blobfile";
|
homepage = "https://github.com/christopher-hesse/blobfile";
|
||||||
changelog = "https://github.com/christopher-hesse/blobfile/blob/v${version}/CHANGES.md";
|
changelog = "https://github.com/christopher-hesse/blobfile/blob/v${version}/CHANGES.md";
|
||||||
license = licenses.mit;
|
license = licenses.unlicense;
|
||||||
maintainers = with maintainers; [ happysalada ];
|
maintainers = with maintainers; [ happysalada ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user