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:
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user