unl0kr: remove tomfitzhenry@ as maintainer

This commit is contained in:
Tom Fitzhenry 2024-08-10 15:59:18 +10:00
parent 859f329868
commit 752afd12e7
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ in
};
config = lib.mkIf cfg.enable {
meta.maintainers = with lib.maintainers; [ tomfitzhenry ];
meta.maintainers = [];
assertions = [
{
assertion = cfg.enable -> config.boot.initrd.systemd.enable;

View File

@ -2,8 +2,8 @@ import ./make-test-python.nix ({ lib, pkgs, ... }: let
passphrase = "secret";
in {
name = "systemd-initrd-luks-unl0kr";
meta = with pkgs.lib.maintainers; {
maintainers = [ tomfitzhenry ];
meta = {
maintainers = [];
};
enableOCR = true;

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "unl0kr";
homepage = "https://gitlab.com/cherrypicker/unl0kr";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ tomfitzhenry ];
maintainers = [];
platforms = platforms.linux;
};
})