mapproxy: add geospatial team to maintainers

This commit is contained in:
Nikolay Korotkiy 2024-09-01 20:11:07 +04:00
parent 88bee160aa
commit 9762339aaa
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -32,10 +32,11 @@ buildPythonApplication rec {
# https://github.com/NixOS/nixpkgs/issues/33876
# https://github.com/NixOS/nixpkgs/pull/56480
doCheck = false;
meta = with lib; {
meta = {
description = "Open source proxy for geospatial data";
homepage = "https://mapproxy.org/";
license = licenses.asl20;
maintainers = with maintainers; [ rakesh4g ];
license = lib.licenses.asl20;
maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ rakesh4g ]);
};
}