various: remove tomfitzhenry as maintainer (#407356)

Aleksana 98da673e 78c4eec7

Changed files
+6 -8
nixos
tests
pkgs
applications
networking
sync
rclone
by-name
gi
git-absorb
go
go-landlock
ib
ibm-sw-tpm2
pa
paper-age
tp
tpm2-tools
wa
wayidle
+1 -1
nixos/tests/spiped.nix
···
{
name = "spiped";
meta = with pkgs.lib.maintainers; {
-
maintainers = [ tomfitzhenry ];
+
maintainers = [ ];
};
nodes = {
-1
pkgs/applications/networking/sync/rclone/default.nix
···
mainProgram = "rclone";
maintainers = with maintainers; [
SuperSandro2000
-
tomfitzhenry
];
};
}
-1
pkgs/by-name/gi/git-absorb/package.nix
···
description = "git commit --fixup, but automatic";
license = [ licenses.bsd3 ];
maintainers = with maintainers; [
-
tomfitzhenry
matthiasbeyer
];
mainProgram = "git-absorb";
+1 -1
pkgs/by-name/go/go-landlock/package.nix
···
description = "Go library for the Linux Landlock sandboxing feature";
homepage = "https://github.com/landlock-lsm/go-landlock";
license = lib.licenses.mit;
-
maintainers = with lib.maintainers; [ tomfitzhenry ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/by-name/ib/ibm-sw-tpm2/package.nix
···
mainProgram = "tpm_server";
homepage = "https://sourceforge.net/projects/ibmswtpm2/";
platforms = platforms.linux ++ platforms.darwin;
-
maintainers = with maintainers; [ tomfitzhenry ];
+
maintainers = [ ];
license = licenses.bsd3;
};
}
+1 -1
pkgs/by-name/pa/paper-age/package.nix
···
homepage = "https://github.com/matiaskorhonen/paper-age";
changelog = "https://github.com/matiaskorhonen/paper-age/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit;
-
maintainers = with maintainers; [ tomfitzhenry ];
+
maintainers = [ ];
mainProgram = "paper-age";
};
}
+1 -1
pkgs/by-name/tp/tpm2-tools/package.nix
···
homepage = "https://github.com/tpm2-software/tpm2-tools";
license = licenses.bsd3;
platforms = platforms.linux;
-
maintainers = with maintainers; [ tomfitzhenry ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/by-name/wa/wayidle/package.nix
···
description = "Execute a program when a Wayland compositor reports being N seconds idle";
homepage = "https://git.sr.ht/~whynothugo/wayidle";
license = licenses.isc;
-
maintainers = with maintainers; [ tomfitzhenry ];
+
maintainers = [ ];
mainProgram = "wayidle";
platforms = platforms.linux;
};