Unverified Commit deeb93f8 authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

gmt: adoption by the geospatial team (#344941)

parents ddf67bba 56c1962a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
      for use by GMT, the Generic Mapping Tools.
    '';
    license = licenses.lgpl3Plus;
    maintainers = with maintainers; [ tviti ];
    maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ tviti ]);
  };

}
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ in stdenv.mkDerivation (finalAttrs: {
    '';
    platforms = lib.platforms.unix;
    license = lib.licenses.lgpl3Plus;
    maintainers = with lib.maintainers; [ tviti ];
    maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ tviti ]);
  };

})
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
      Mapping Tools.
    '';
    license = licenses.lgpl3Plus;
    maintainers = with maintainers; [ tviti ];
    maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ tviti ]);
  };

}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}