maintainers: remove gordias

as their GitHub account appears to be deleted
This commit is contained in:
emilylange 2023-06-04 16:26:28 +02:00
parent 3788de53f9
commit 4bffe26537
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87
2 changed files with 1 additions and 10 deletions

@ -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";

@ -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 ];
};
}