Commit 752afd12 authored by Tom Fitzhenry's avatar Tom Fitzhenry
Browse files

unl0kr: remove tomfitzhenry@ as maintainer

parent 859f3298
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+2 −2
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
})