pygmt: adoption by the geospatial team

This commit is contained in:
Augustin Trancart
2024-10-21 22:25:01 +02:00
parent 3def589d71
commit 56c1962a9a
@@ -67,6 +67,6 @@ buildPythonPackage rec {
homepage = "https://github.com/GenericMappingTools/pygmt";
license = licenses.bsd3;
changelog = "https://github.com/GenericMappingTools/pygmt/releases/tag/v${version}";
maintainers = with maintainers; [ sikmir ];
maintainers = with maintainers; teams.geospatial.members;
};
}