osm2pgsql: add myself (das-g) as additional maintainer

This commit is contained in:
Raphael Borun Das Gupta
2020-06-29 08:08:44 +02:00
committed by Daniël de Kok
parent f3ee53c715
commit 928faf2b63
+1 -1
View File
@@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/openstreetmap/osm2pgsql";
license = licenses.gpl2;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ jglukasik ];
maintainers = with maintainers; [ jglukasik das-g ];
};
}