From a91ea075b9f99c21376b005b3cababe51403c015 Mon Sep 17 00:00:00 2001 From: Gliczy <129636582+Gliczy@users.noreply.github.com> Date: Sun, 14 Dec 2025 06:57:59 +0100 Subject: [PATCH] rtkit: update licenses --- pkgs/by-name/rt/rtkit/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/rt/rtkit/package.nix b/pkgs/by-name/rt/rtkit/package.nix index c95ad16d5283..0bd91913be6f 100644 --- a/pkgs/by-name/rt/rtkit/package.nix +++ b/pkgs/by-name/rt/rtkit/package.nix @@ -63,9 +63,9 @@ stdenv.mkDerivation (finalAttrs: { description = "Daemon that hands out real-time priority to processes"; mainProgram = "rtkitctl"; license = with lib.licenses; [ - gpl3 - bsd0 - ]; # lib is bsd license + gpl3Plus + mit + ]; platforms = lib.platforms.linux; }; })