Merge pull request #275328 from Mic92/drop-gm6k

maintainer-list: drop gm6k
This commit is contained in:
Jörg Thalheim 2023-12-19 10:50:16 +01:00 committed by GitHub
commit 71d505009b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -6766,10 +6766,6 @@
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; [ gm6k ];
maintainers = with maintainers; [ ];
};
}