forked from mirrors/nixpkgs
grass, qgis: Add myself to maintainers list
This commit is contained in:
parent
a134b9354b
commit
e84325e6ab
|
@ -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];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue