protozero: add geospatial team to maintainers

This commit is contained in:
Raphael Borun Das Gupta 2024-02-11 17:28:04 +01:00 committed by Raphael Das Gupta
parent 3f546823c0
commit b9af4d3878

View file

@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
"https://github.com/mapbox/protozero/releases/tag/v${version}"
"https://github.com/mapbox/protozero/blob/v${version}/CHANGELOG.md"
];
maintainers = with maintainers; [ das-g ];
maintainers = with maintainers; teams.geospatial.members ++ [ das-g ];
};
}