Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

shapelib: add geospatial team to maintainers

+1 -1
+1 -1
pkgs/development/libraries/shapelib/default.nix
··· 30 description = "C Library for reading, writing and updating ESRI Shapefiles"; 31 homepage = "http://shapelib.maptools.org/"; 32 license = licenses.gpl2; 33 - maintainers = [ maintainers.ehmry ]; 34 }; 35 }
··· 30 description = "C Library for reading, writing and updating ESRI Shapefiles"; 31 homepage = "http://shapelib.maptools.org/"; 32 license = licenses.gpl2; 33 + maintainers = with maintainers; teams.geospatial.members ++ [ ehmry ]; 34 }; 35 }