Merge pull request #307081 from endocrimes/dani/remove-danielle

maintainers: remove endocrimes
This commit is contained in:
Ryan Mulligan 2024-04-26 19:29:57 -07:00 committed by GitHub
commit 5fbd9cda06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 9 additions and 16 deletions

View File

@ -5963,12 +5963,6 @@
name = "Zhenbo Li"; name = "Zhenbo Li";
matrix = "@zhenbo:matrix.org"; matrix = "@zhenbo:matrix.org";
}; };
endocrimes = {
email = "dani@builds.terrible.systems";
github = "endocrimes";
githubId = 1330683;
name = "Danielle Lancashire";
};
enorris = { enorris = {
name = "Eric Norris"; name = "Eric Norris";
email = "erictnorris@gmail.com"; email = "erictnorris@gmail.com";

View File

@ -41,7 +41,7 @@ let
description = "A Distributed, Highly Available, Datacenter-Aware Scheduler"; description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
mainProgram = "nomad"; mainProgram = "nomad";
inherit license; inherit license;
maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes amaxine techknowlogick cottand ]; maintainers = with maintainers; [ rushmorem pradeepchhetri amaxine techknowlogick cottand ];
}; };
} // attrs'); } // attrs');
in in

View File

@ -50,7 +50,7 @@ buildGoModule rec {
homepage = "https://containerd.io/"; homepage = "https://containerd.io/";
description = "A daemon to control runC"; description = "A daemon to control runC";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ offline vdemeester endocrimes ]; maintainers = with maintainers; [ offline vdemeester ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -54,6 +54,6 @@ stdenv.mkDerivation {
mainProgram = "firecracker"; mainProgram = "firecracker";
license = licenses.asl20; license = licenses.asl20;
platforms = [ "x86_64-linux" "aarch64-linux" ]; platforms = [ "x86_64-linux" "aarch64-linux" ];
maintainers = with maintainers; [ thoughtpolice endocrimes qjoly ]; maintainers = with maintainers; [ thoughtpolice qjoly ];
}; };
} }

View File

@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Python implementation of the Happy Eyeballs Algorithm"; description = "Python implementation of the Happy Eyeballs Algorithm";
homepage = "https://github.com/sethmlarson/rfc6555"; homepage = "https://github.com/sethmlarson/rfc6555";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ endocrimes ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -14,7 +14,7 @@ buildGoModule rec {
vendorHash = "sha256-KcNp3VdJ201oxzF0bLXY4xWHqHNz54ZrVSI96cfhU+k="; vendorHash = "sha256-KcNp3VdJ201oxzF0bLXY4xWHqHNz54ZrVSI96cfhU+k=";
meta = with lib; { meta = with lib; {
maintainers = with maintainers; [ endocrimes ]; maintainers = with maintainers; [ ];
license = licenses.unfreeRedistributable; license = licenses.unfreeRedistributable;
homepage = "https://github.com/drone-runners/drone-runner-docker"; homepage = "https://github.com/drone-runners/drone-runner-docker";
description = "Drone pipeline runner that executes builds inside Docker containers"; description = "Drone pipeline runner that executes builds inside Docker containers";

View File

@ -33,6 +33,6 @@ buildGoModule rec {
mainProgram = "gotestsum"; mainProgram = "gotestsum";
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ endocrimes ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
description = "Bindle: Aggregate Object Storage"; description = "Bindle: Aggregate Object Storage";
homepage = "https://github.com/deislabs/bindle"; homepage = "https://github.com/deislabs/bindle";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ endocrimes ]; maintainers = with maintainers; [ ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -20,7 +20,7 @@ let
description = "Distributed reliable key-value store for the most critical data of a distributed system"; description = "Distributed reliable key-value store for the most critical data of a distributed system";
license = licenses.asl20; license = licenses.asl20;
homepage = "https://etcd.io/"; homepage = "https://etcd.io/";
maintainers = with maintainers; [ endocrimes offline superherointj ]; maintainers = with maintainers; [ offline superherointj ];
platforms = platforms.darwin ++ platforms.linux; platforms = platforms.darwin ++ platforms.linux;
}; };

View File

@ -50,7 +50,6 @@ buildGoModule rec {
homepage = "https://goreleaser.com"; homepage = "https://goreleaser.com";
maintainers = with maintainers; [ maintainers = with maintainers; [
c0deaddict c0deaddict
endocrimes
sarcasticadmin sarcasticadmin
techknowlogick techknowlogick
developer-guy developer-guy

View File

@ -75,7 +75,7 @@ python3.pkgs.buildPythonApplication rec {
description = "Synchronize emails between two repositories, so that you can read the same mailbox from multiple computers"; description = "Synchronize emails between two repositories, so that you can read the same mailbox from multiple computers";
homepage = "http://offlineimap.org"; homepage = "http://offlineimap.org";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ endocrimes ]; maintainers = with maintainers; [ ];
mainProgram = "offlineimap"; mainProgram = "offlineimap";
}; };
} }