|
|
@ -32,9 +32,10 @@ stdenv.mkDerivation rec {
|
|
|
|
meta = with stdenv.lib; {
|
|
|
|
meta = with stdenv.lib; {
|
|
|
|
homepage = http://wiki.openstreetmap.org/wiki/Osm2pgsql;
|
|
|
|
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.";
|
|
|
|
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.phunehehe ];
|
|
|
|
maintainers = [ maintainers.jpierre03 ];
|
|
|
|
maintainers = [ "Jean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>" ];
|
|
|
|
|
|
|
|
#maintainers = [ maintainers.jpierre03 ];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|