osmium-tool: add geospatial team to maintainers

This commit is contained in:
Raphael Borun Das Gupta 2024-02-11 16:39:26 +01:00 committed by Raphael Das Gupta
parent 1b909e8f91
commit e1569b8913

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
homepage = "https://osmcode.org/osmium-tool/";
changelog = "https://github.com/osmcode/osmium-tool/blob/v${version}/CHANGELOG.md";
license = with licenses; [ gpl3Plus mit bsd3 ];
maintainers = with maintainers; [ das-g ];
maintainers = with maintainers; teams.geospatial.members ++ [ das-g ];
mainProgram = "osmium";
};
}