Merge pull request #275605 from zeuner/revert-data-corruption

Revert "maintainer-list: drop gm6k"
This commit is contained in:
Janik
2023-12-21 01:12:50 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6773,6 +6773,10 @@
githubId = 1447245;
name = "Robin Gloster";
};
gm6k = {
email = "nix@quidecco.pl";
name = "Isidor Zeuner";
};
gmemstr = {
email = "git@gmem.ca";
github = "gmemstr";
@@ -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 ];
};
}