From 4bffe265372dc372bcb2f9540bacb9c3e6429ad4 Mon Sep 17 00:00:00 2001 From: emilylange Date: Sun, 4 Jun 2023 16:26:28 +0200 Subject: [PATCH] maintainers: remove gordias as their GitHub account appears to be deleted --- maintainers/maintainer-list.nix | 9 --------- pkgs/servers/alps/default.nix | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index d0eb9a6bebc7b0..787525c1cd328d 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -5885,15 +5885,6 @@ githubId = 1621335; name = "Andrew Trachenko"; }; - gordias = { - name = "Gordias"; - email = "gordias@disroot.org"; - github = "gordiasdot"; - githubId = 94724133; - keys = [{ - fingerprint = "C006 B8A0 0618 F3B6 E0E4 2ECD 5D47 2848 30FA A4FA"; - }]; - }; gotcha = { email = "gotcha@bubblenet.be"; github = "gotcha"; diff --git a/pkgs/servers/alps/default.nix b/pkgs/servers/alps/default.nix index 7815cedd8c86ef..e219d5a8c20147 100644 --- a/pkgs/servers/alps/default.nix +++ b/pkgs/servers/alps/default.nix @@ -45,6 +45,6 @@ buildGoModule rec { description = "A simple and extensible webmail."; homepage = "https://git.sr.ht/~migadu/alps"; license = licenses.mit; - maintainers = with maintainers; [ gordias booklearner madonius hmenke ]; + maintainers = with maintainers; [ booklearner madonius hmenke ]; }; }