From a7f9636de10a5429518af10664d44487fbb37452 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Tue, 20 Dec 2016 00:28:24 +0100 Subject: [PATCH] ajustement meta --- osm2pgsql.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ]; }; - } +}