Skip to content
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 @@ -5945,12 +5945,6 @@
name = "Zhenbo Li";
matrix = "@zhenbo:matrix.org";
};
endocrimes = {
email = "dani@builds.terrible.systems";
github = "endocrimes";
githubId = 1330683;
name = "Danielle Lancashire";
};
enorris = {
name = "Eric Norris";
email = "erictnorris@gmail.com";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/cluster/nomad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let
description = "A Distributed, Highly Available, Datacenter-Aware Scheduler";
mainProgram = "nomad";
inherit license;
maintainers = with maintainers; [ rushmorem pradeepchhetri endocrimes techknowlogick cottand ];
maintainers = with maintainers; [ rushmorem pradeepchhetri techknowlogick cottand ];
};
} // attrs');
in
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/containerd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ buildGoModule rec {
homepage = "https://containerd.io/";
description = "A daemon to control runC";
license = licenses.asl20;
maintainers = with maintainers; [ offline vdemeester endocrimes ];
maintainers = with maintainers; [ offline vdemeester ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/virtualization/firecracker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ stdenv.mkDerivation {
mainProgram = "firecracker";
license = licenses.asl20;
platforms = [ "x86_64-linux" "aarch64-linux" ];
maintainers = with maintainers; [ thoughtpolice endocrimes qjoly ];
maintainers = with maintainers; [ thoughtpolice qjoly ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/rfc6555/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Python implementation of the Happy Eyeballs Algorithm";
homepage = "https://github.com/sethmlarson/rfc6555";
license = licenses.asl20;
maintainers = with maintainers; [ endocrimes ];
maintainers = with maintainers; [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildGoModule rec {
vendorHash = "sha256-KcNp3VdJ201oxzF0bLXY4xWHqHNz54ZrVSI96cfhU+k=";

meta = with lib; {
maintainers = with maintainers; [ endocrimes ];
maintainers = with maintainers; [ ];
license = licenses.unfreeRedistributable;
homepage = "https://github.com/drone-runners/drone-runner-docker";
description = "Drone pipeline runner that executes builds inside Docker containers";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/tools/gotestsum/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ buildGoModule rec {
mainProgram = "gotestsum";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.asl20;
maintainers = with maintainers; [ endocrimes ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/servers/bindle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
description = "Bindle: Aggregate Object Storage";
homepage = "https://github.com/deislabs/bindle";
license = licenses.asl20;
maintainers = with maintainers; [ endocrimes ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/etcd/3.5/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
description = "Distributed reliable key-value store for the most critical data of a distributed system";
license = licenses.asl20;
homepage = "https://etcd.io/";
maintainers = with maintainers; [ endocrimes offline superherointj ];
maintainers = with maintainers; [ offline superherointj ];
platforms = platforms.darwin ++ platforms.linux;
};

Expand Down
1 change: 0 additions & 1 deletion pkgs/tools/misc/goreleaser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ buildGoModule rec {
homepage = "https://goreleaser.com";
maintainers = with maintainers; [
c0deaddict
endocrimes
sarcasticadmin
techknowlogick
developer-guy
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/networking/offlineimap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
homepage = "http://offlineimap.org";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ endocrimes ];
maintainers = with maintainers; [ ];
mainProgram = "offlineimap";
};
}