3
0
Fork 0
forked from mirrors/nixpkgs

proj: add myself as maintainer

This commit is contained in:
Vincent Laporte 2015-06-18 18:41:25 +02:00
parent c3fcd5ecb7
commit 710b3e6d79

View file

@ -13,5 +13,6 @@ stdenv.mkDerivation {
homepage = http://trac.osgeo.org/proj/;
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ vbgl ];
};
}