3
0
Fork 0
forked from mirrors/nixpkgs

grass, qgis: Add myself to maintainers list

This commit is contained in:
Matthew Pickering 2018-04-13 00:14:03 +01:00
parent a134b9354b
commit e84325e6ab
2 changed files with 2 additions and 1 deletions

View file

@ -86,5 +86,6 @@ stdenv.mkDerivation {
description = "GIS software suite used for geospatial data management and analysis, image processing, graphics and maps production, spatial modeling, and visualization";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [mpickering];
};
}

View file

@ -77,6 +77,6 @@ stdenv.mkDerivation rec {
homepage = http://www.qgis.org;
license = stdenv.lib.licenses.gpl2Plus;
platforms = with stdenv.lib.platforms; unix;
maintainers = with stdenv.lib.maintainers; [viric];
maintainers = with stdenv.lib.maintainers; [viric mpickering];
};
}