osmium-tool: add geospatial team to maintainers
This commit is contained in:
parent
1b909e8f91
commit
e1569b8913
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue