Revert "maintainer-list: drop gm6k"

This commit is contained in:
Isidor Zeuner 2023-12-19 13:10:44 +01:00
parent fa5e0f2ed0
commit 387bf0b967
2 changed files with 5 additions and 1 deletions

View File

@ -6766,6 +6766,10 @@
githubId = 1447245;
name = "Robin Gloster";
};
gm6k = {
email = "nix@quidecco.pl";
name = "Isidor Zeuner";
};
gmemstr = {
email = "git@gmem.ca";
github = "gmemstr";

View File

@ -23,6 +23,6 @@ buildGoModule rec {
changelog = "https://github.com/${pname}/mapserver/releases/tag/v${version}";
license = with licenses; [ mit cc-by-sa-30 ];
platforms = platforms.all;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ gm6k ];
};
}