diff --git a/osm2pgsql.nix b/osm2pgsql.nix index dc60e56..4ba6314 100644 --- a/osm2pgsql.nix +++ b/osm2pgsql.nix @@ -32,9 +32,10 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = http://wiki.openstreetmap.org/wiki/Osm2pgsql; description = "osm2pgsql is a tool for loading OpenStreetMap data into a PostgreSQL / PostGIS database suitable for applications like rendering into a map, geocoding with Nominatim, or general analysis."; - license = licenses.gpl2; + #license = licenses.gpl2; #maintainers = [ maintainers.phunehehe ]; - maintainers = [ maintainers.jpierre03 ]; + maintainers = [ "Jean-Pierre PRUNARET " ]; + #maintainers = [ maintainers.jpierre03 ]; }; - } +}