From 51c432fc5e99434790a40860d2281fcccf92e4e4 Mon Sep 17 00:00:00 2001 From: Philipp Bartsch Date: Fri, 12 Jun 2026 23:00:35 +0200 Subject: [PATCH] oniux: make use of compund licenses --- pkgs/by-name/on/oniux/package.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/on/oniux/package.nix b/pkgs/by-name/on/oniux/package.nix index 7b024b54b4ea..b7540163375b 100644 --- a/pkgs/by-name/on/oniux/package.nix +++ b/pkgs/by-name/on/oniux/package.nix @@ -30,10 +30,12 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Isolate Applications over Tor using Linux Namespaces"; maintainers = with lib.maintainers; [ tnias ]; platforms = lib.platforms.linux; - license = with lib.licenses; [ - asl20 - mit - ]; + license = + with lib.licenses; + OR [ + asl20 + mit + ]; mainProgram = "oniux"; }; })