Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maintainers: remove andrew-d as a maintainer #307278

Merged
merged 1 commit into from
Apr 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1247,12 +1247,6 @@
githubId = 962885;
name = "Andrew Chambers";
};
andrew-d = {
email = "[email protected]";
github = "andrew-d";
githubId = 1079173;
name = "Andrew Dunham";
};
andrewrk = {
email = "[email protected]";
github = "andrewrk";
Expand Down
1 change: 0 additions & 1 deletion maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ with lib.maintainers; {
acme = {
members = [
aanderse
andrew-d
arianvp
emily
flokli
Expand Down
2 changes: 1 addition & 1 deletion nixos/tests/gvisor.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import ./make-test-python.nix ({ pkgs, ... }: {
name = "gvisor";
meta = with pkgs.lib.maintainers; {
maintainers = [ andrew-d ];
maintainers = [ ];
};

nodes = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/xournalpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
homepage = "https://xournalpp.github.io/";
changelog = "https://github.com/xournalpp/xournalpp/blob/v${version}/CHANGELOG.md";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ andrew-d sikmir ];
maintainers = with maintainers; [ sikmir ];
platforms = platforms.unix;
mainProgram = "xournalpp";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/syncthing/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ let
description = "Open Source Continuous File Synchronization";
changelog = "https://github.com/syncthing/syncthing/releases/tag/v${version}";
license = licenses.mpl20;
maintainers = with maintainers; [ joko peterhoeg andrew-d ];
maintainers = with maintainers; [ joko peterhoeg ];
mainProgram = target;
platforms = platforms.unix;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/radio/dsd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/szechyjs/dsd";
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ andrew-d ];
maintainers = with maintainers; [ ];
mainProgram = "dsd";
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/gv/gvisor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ buildGoModule {
description = "Application Kernel for Containers";
homepage = "https://github.com/google/gvisor";
license = licenses.asl20;
maintainers = with maintainers; [ andrew-d gpl ];
maintainers = with maintainers; [ gpl ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/audio/mbelib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/szechyjs/mbelib";
license = licenses.isc;
platforms = platforms.unix;
maintainers = with maintainers; [ andrew-d ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/science/math/itpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
homepage = "https://itpp.sourceforge.net/";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ andrew-d ];
maintainers = with maintainers; [ ];
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/itpp.x86_64-darwin
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/m2crypto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ buildPythonPackage rec {
homepage = "https://gitlab.com/m2crypto/m2crypto";
changelog = "https://gitlab.com/m2crypto/m2crypto/-/blob/${version}/CHANGES";
license = licenses.mit;
maintainers = with maintainers; [ andrew-d ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/X11/xloadimage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ stdenv.mkDerivation rec {

license = lib.licenses.gpl2Plus;

maintainers = with lib.maintainers; [ andrew-d ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux; # arbitrary choice
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/misc/massren/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ buildGoModule rec {
description = "Easily rename multiple files using your text editor";
license = licenses.mit;
homepage = "https://github.com/laurent22/massren";
maintainers = with maintainers; [ andrew-d ];
maintainers = with maintainers; [ ];
mainProgram = "massren";
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/networking/gping/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/orf/gping";
changelog = "https://github.com/orf/gping/releases/tag/gping-v${version}";
license = licenses.mit;
maintainers = with maintainers; [ andrew-d ];
maintainers = with maintainers; [ ];
mainProgram = "gping";
};
}
2 changes: 1 addition & 1 deletion pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11383,7 +11383,7 @@ with self; {
propagatedBuildInputs = [ DateCalc ];
meta = {
description = "Finnish APRS Parser (Fabulous APRS Parser)";
maintainers = with maintainers; [ andrew-d ];
maintainers = with maintainers; [ ];
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
Expand Down