maintainer-list: drop gm6k
This commit is contained in:
parent
9d60f8bd69
commit
49f9ceb4f7
2 changed files with 1 additions and 5 deletions
|
@ -6766,10 +6766,6 @@
|
||||||
githubId = 1447245;
|
githubId = 1447245;
|
||||||
name = "Robin Gloster";
|
name = "Robin Gloster";
|
||||||
};
|
};
|
||||||
gm6k = {
|
|
||||||
email = "nix@quidecco.pl";
|
|
||||||
name = "Isidor Zeuner";
|
|
||||||
};
|
|
||||||
gmemstr = {
|
gmemstr = {
|
||||||
email = "git@gmem.ca";
|
email = "git@gmem.ca";
|
||||||
github = "gmemstr";
|
github = "gmemstr";
|
||||||
|
|
|
@ -23,6 +23,6 @@ buildGoModule rec {
|
||||||
changelog = "https://github.com/${pname}/mapserver/releases/tag/v${version}";
|
changelog = "https://github.com/${pname}/mapserver/releases/tag/v${version}";
|
||||||
license = with licenses; [ mit cc-by-sa-30 ];
|
license = with licenses; [ mit cc-by-sa-30 ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ gm6k ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue