maintainers: remove gordias

as their GitHub account appears to be deleted

+1 -10
-9
maintainers/maintainer-list.nix
··· 5885 5885 githubId = 1621335; 5886 5886 name = "Andrew Trachenko"; 5887 5887 }; 5888 - gordias = { 5889 - name = "Gordias"; 5890 - email = "gordias@disroot.org"; 5891 - github = "gordiasdot"; 5892 - githubId = 94724133; 5893 - keys = [{ 5894 - fingerprint = "C006 B8A0 0618 F3B6 E0E4 2ECD 5D47 2848 30FA A4FA"; 5895 - }]; 5896 - }; 5897 5888 gotcha = { 5898 5889 email = "gotcha@bubblenet.be"; 5899 5890 github = "gotcha";
+1 -1
pkgs/servers/alps/default.nix
··· 45 45 description = "A simple and extensible webmail."; 46 46 homepage = "https://git.sr.ht/~migadu/alps"; 47 47 license = licenses.mit; 48 - maintainers = with maintainers; [ gordias booklearner madonius hmenke ]; 48 + maintainers = with maintainers; [ booklearner madonius hmenke ]; 49 49 }; 50 50 }