0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

various: remove tomfitzhenry as maintainer (#407356)

This commit is contained in:
Aleksana 2025-05-21 23:58:02 +08:00 committed by GitHub
commit 98da673eec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 6 additions and 8 deletions

View file

@ -5,7 +5,7 @@ in
{ {
name = "spiped"; name = "spiped";
meta = with pkgs.lib.maintainers; { meta = with pkgs.lib.maintainers; {
maintainers = [ tomfitzhenry ]; maintainers = [ ];
}; };
nodes = { nodes = {

View file

@ -112,7 +112,6 @@ buildGoModule rec {
mainProgram = "rclone"; mainProgram = "rclone";
maintainers = with maintainers; [ maintainers = with maintainers; [
SuperSandro2000 SuperSandro2000
tomfitzhenry
]; ];
}; };
} }

View file

@ -52,7 +52,6 @@ rustPlatform.buildRustPackage rec {
description = "git commit --fixup, but automatic"; description = "git commit --fixup, but automatic";
license = [ licenses.bsd3 ]; license = [ licenses.bsd3 ];
maintainers = with maintainers; [ maintainers = with maintainers; [
tomfitzhenry
matthiasbeyer matthiasbeyer
]; ];
mainProgram = "git-absorb"; mainProgram = "git-absorb";

View file

@ -26,6 +26,6 @@ buildGoModule {
description = "Go library for the Linux Landlock sandboxing feature"; description = "Go library for the Linux Landlock sandboxing feature";
homepage = "https://github.com/landlock-lsm/go-landlock"; homepage = "https://github.com/landlock-lsm/go-landlock";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ tomfitzhenry ]; maintainers = [ ];
}; };
} }

View file

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
mainProgram = "tpm_server"; mainProgram = "tpm_server";
homepage = "https://sourceforge.net/projects/ibmswtpm2/"; homepage = "https://sourceforge.net/projects/ibmswtpm2/";
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ tomfitzhenry ]; maintainers = [ ];
license = licenses.bsd3; license = licenses.bsd3;
}; };
} }

View file

@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/matiaskorhonen/paper-age"; homepage = "https://github.com/matiaskorhonen/paper-age";
changelog = "https://github.com/matiaskorhonen/paper-age/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/matiaskorhonen/paper-age/blob/${src.rev}/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ tomfitzhenry ]; maintainers = [ ];
mainProgram = "paper-age"; mainProgram = "paper-age";
}; };
} }

View file

@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tpm2-software/tpm2-tools"; homepage = "https://github.com/tpm2-software/tpm2-tools";
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ tomfitzhenry ]; maintainers = [ ];
}; };
} }

View file

@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
description = "Execute a program when a Wayland compositor reports being N seconds idle"; description = "Execute a program when a Wayland compositor reports being N seconds idle";
homepage = "https://git.sr.ht/~whynothugo/wayidle"; homepage = "https://git.sr.ht/~whynothugo/wayidle";
license = licenses.isc; license = licenses.isc;
maintainers = with maintainers; [ tomfitzhenry ]; maintainers = [ ];
mainProgram = "wayidle"; mainProgram = "wayidle";
platforms = platforms.linux; platforms = platforms.linux;
}; };