tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
shapelib: add geospatial team to maintainers
Ivan Mincik
2 years ago
ca52ee59
867939d7
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
shapelib
default.nix
+1
-1
pkgs/development/libraries/shapelib/default.nix
···
30
30
description = "C Library for reading, writing and updating ESRI Shapefiles";
31
31
homepage = "http://shapelib.maptools.org/";
32
32
license = licenses.gpl2;
33
33
-
maintainers = [ maintainers.ehmry ];
33
33
+
maintainers = with maintainers; teams.geospatial.members ++ [ ehmry ];
34
34
};
35
35
}