Commit e84325e6 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

grass, qgis: Add myself to maintainers list

parent a134b935
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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];
  };
}