Commit 788fa2fe authored by figsoda's avatar figsoda
Browse files

pipes-rs: update license

parent ad0c509f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}