timelimit: adopt

See https://github.com/NixOS/nixpkgs/issues/458096.

Signed-off-by: Leonard Sheng Sheng Lee <leonard.sheng.sheng.lee@gmail.com>
This commit is contained in:
Leonard Sheng Sheng Lee
2026-07-19 20:28:38 +02:00
parent cbf17f2c3c
commit 3435825c66
+3 -1
View File
@@ -31,7 +31,9 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://devel.ringlet.net/sysutils/timelimit/";
license = lib.licenses.bsd2;
platforms = lib.platforms.all;
maintainers = [ ];
maintainers = with lib.maintainers; [
sheeeng
];
mainProgram = "timelimit";
};
})