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; }; })