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:
commit
98da673eec
8 changed files with 6 additions and 8 deletions
|
@ -5,7 +5,7 @@ in
|
|||
{
|
||||
name = "spiped";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ tomfitzhenry ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
|
|
@ -112,7 +112,6 @@ buildGoModule rec {
|
|||
mainProgram = "rclone";
|
||||
maintainers = with maintainers; [
|
||||
SuperSandro2000
|
||||
tomfitzhenry
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -52,7 +52,6 @@ rustPlatform.buildRustPackage rec {
|
|||
description = "git commit --fixup, but automatic";
|
||||
license = [ licenses.bsd3 ];
|
||||
maintainers = with maintainers; [
|
||||
tomfitzhenry
|
||||
matthiasbeyer
|
||||
];
|
||||
mainProgram = "git-absorb";
|
||||
|
|
|
@ -26,6 +26,6 @@ buildGoModule {
|
|||
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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
|||
mainProgram = "tpm_server";
|
||||
homepage = "https://sourceforge.net/projects/ibmswtpm2/";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ tomfitzhenry ];
|
||||
maintainers = [ ];
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
|
|||
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";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/tpm2-software/tpm2-tools";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ tomfitzhenry ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
|
|||
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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue