pipes-rs: update license

This commit is contained in:
figsoda 2023-04-17 22:24:26 -04:00
parent ad0c509f73
commit 788fa2feda

View File

@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "An over-engineered rewrite of pipes.sh in Rust";
homepage = "https://github.com/lhvy/pipes-rs";
license = with licenses; [ asl20 mit ];
license = licenses.blueOak100;
maintainers = [ maintainers.vanilla ];
};
}