libosmium: add geospatial team to maintainers

This commit is contained in:
Raphael Borun Das Gupta 2024-02-11 17:26:46 +01:00 committed by Raphael Das Gupta
parent e1569b8913
commit 3f546823c0

View file

@ -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 ];
};
}