libosmium: add geospatial team to maintainers
This commit is contained in:
parent
e1569b8913
commit
3f546823c0
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
|||
"https://github.com/osmcode/libosmium/releases/tag/v${version}"
|
||||
"https://github.com/osmcode/libosmium/blob/v${version}/CHANGELOG.md"
|
||||
];
|
||||
maintainers = with maintainers; [ das-g ];
|
||||
maintainers = with maintainers; teams.geospatial.members ++ [ das-g ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue