diff --git a/pkgs/misc/screensavers/pipes-rs/default.nix b/pkgs/misc/screensavers/pipes-rs/default.nix index 1d6a6107441a..01346b9ccc6e 100644 --- a/pkgs/misc/screensavers/pipes-rs/default.nix +++ b/pkgs/misc/screensavers/pipes-rs/default.nix @@ -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 ]; }; }