Merge pull request #307278 from andrew-d/andrew/remove-myself

maintainers: remove andrew-d as a maintainer
This commit is contained in:
Sandro 2024-04-27 21:33:07 +02:00 committed by GitHub
commit c2207529a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 12 additions and 19 deletions

View File

@ -1247,12 +1247,6 @@
githubId = 962885; githubId = 962885;
name = "Andrew Chambers"; name = "Andrew Chambers";
}; };
andrew-d = {
email = "andrew@du.nham.ca";
github = "andrew-d";
githubId = 1079173;
name = "Andrew Dunham";
};
andrewrk = { andrewrk = {
email = "superjoe30@gmail.com"; email = "superjoe30@gmail.com";
github = "andrewrk"; github = "andrewrk";

View File

@ -32,7 +32,6 @@ with lib.maintainers; {
acme = { acme = {
members = [ members = [
aanderse aanderse
andrew-d
arianvp arianvp
emily emily
flokli flokli

View File

@ -3,7 +3,7 @@
import ./make-test-python.nix ({ pkgs, ... }: { import ./make-test-python.nix ({ pkgs, ... }: {
name = "gvisor"; name = "gvisor";
meta = with pkgs.lib.maintainers; { meta = with pkgs.lib.maintainers; {
maintainers = [ andrew-d ]; maintainers = [ ];
}; };
nodes = { nodes = {

View File

@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
homepage = "https://xournalpp.github.io/"; homepage = "https://xournalpp.github.io/";
changelog = "https://github.com/xournalpp/xournalpp/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/xournalpp/xournalpp/blob/v${version}/CHANGELOG.md";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ andrew-d sikmir ]; maintainers = with maintainers; [ sikmir ];
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "xournalpp"; mainProgram = "xournalpp";
}; };

View File

@ -66,7 +66,7 @@ let
description = "Open Source Continuous File Synchronization"; description = "Open Source Continuous File Synchronization";
changelog = "https://github.com/syncthing/syncthing/releases/tag/v${version}"; changelog = "https://github.com/syncthing/syncthing/releases/tag/v${version}";
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ joko peterhoeg andrew-d ]; maintainers = with maintainers; [ joko peterhoeg ];
mainProgram = target; mainProgram = target;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/szechyjs/dsd"; homepage = "https://github.com/szechyjs/dsd";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ andrew-d ]; maintainers = with maintainers; [ ];
mainProgram = "dsd"; mainProgram = "dsd";
}; };
} }

View File

@ -46,7 +46,7 @@ buildGoModule {
description = "Application Kernel for Containers"; description = "Application Kernel for Containers";
homepage = "https://github.com/google/gvisor"; homepage = "https://github.com/google/gvisor";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ andrew-d gpl ]; maintainers = with maintainers; [ gpl ];
platforms = [ "x86_64-linux" "aarch64-linux" ]; platforms = [ "x86_64-linux" "aarch64-linux" ];
}; };
} }

View File

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/szechyjs/mbelib"; homepage = "https://github.com/szechyjs/mbelib";
license = licenses.isc; license = licenses.isc;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ andrew-d ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
homepage = "https://itpp.sourceforge.net/"; homepage = "https://itpp.sourceforge.net/";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.unix; 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 broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/itpp.x86_64-darwin
}; };
} }

View File

@ -50,6 +50,6 @@ buildPythonPackage rec {
homepage = "https://gitlab.com/m2crypto/m2crypto"; homepage = "https://gitlab.com/m2crypto/m2crypto";
changelog = "https://gitlab.com/m2crypto/m2crypto/-/blob/${version}/CHANGES"; changelog = "https://gitlab.com/m2crypto/m2crypto/-/blob/${version}/CHANGES";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ andrew-d ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ andrew-d ]; maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux; # arbitrary choice platforms = lib.platforms.linux; # arbitrary choice
}; };
} }

View File

@ -39,7 +39,7 @@ buildGoModule rec {
description = "Easily rename multiple files using your text editor"; description = "Easily rename multiple files using your text editor";
license = licenses.mit; license = licenses.mit;
homepage = "https://github.com/laurent22/massren"; homepage = "https://github.com/laurent22/massren";
maintainers = with maintainers; [ andrew-d ]; maintainers = with maintainers; [ ];
mainProgram = "massren"; mainProgram = "massren";
}; };
} }

View File

@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/orf/gping"; homepage = "https://github.com/orf/gping";
changelog = "https://github.com/orf/gping/releases/tag/gping-v${version}"; changelog = "https://github.com/orf/gping/releases/tag/gping-v${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ andrew-d ]; maintainers = with maintainers; [ ];
mainProgram = "gping"; mainProgram = "gping";
}; };
} }

View File

@ -11383,7 +11383,7 @@ with self; {
propagatedBuildInputs = [ DateCalc ]; propagatedBuildInputs = [ DateCalc ];
meta = { meta = {
description = "Finnish APRS Parser (Fabulous APRS Parser)"; description = "Finnish APRS Parser (Fabulous APRS Parser)";
maintainers = with maintainers; [ andrew-d ]; maintainers = with maintainers; [ ];
license = with lib.licenses; [ artistic1 gpl1Plus ]; license = with lib.licenses; [ artistic1 gpl1Plus ];
}; };
}; };