Unverified Commit 5478898b authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

python3Packages.pykrige: adopt by geospatial team

parent c29619a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,6 +66,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/GeoStat-Framework/PyKrige";
    changelog = "https://github.com/GeoStat-Framework/PyKrige/blob/v${version}/CHANGELOG.md";
    license = lib.licenses.bsd3;
    maintainers = [ lib.maintainers.sikmir ];
    teams = [ lib.teams.geospatial ];
  };
}