qgis: change package maintainer to geospatial team

Maintainer change was pre-discussed with @willcohen and @sikmir over
email. @willcohen and @sikmir are now members of Geospatial team.
This commit is contained in:
Ivan Mincik 2023-06-19 17:19:14 +02:00
parent bab203fc27
commit f28c626a19
2 changed files with 8 additions and 8 deletions

View file

@ -152,11 +152,11 @@ in mkDerivation rec {
--prefix PATH : ${lib.makeBinPath [ grass ]}
'';
meta = {
meta = with lib; {
description = "A Free and Open Source Geographic Information System";
homepage = "https://www.qgis.org";
license = lib.licenses.gpl2Plus;
platforms = with lib.platforms; linux;
maintainers = with lib.maintainers; [ lsix sikmir willcohen ];
license = licenses.gpl2Plus;
maintainers = with maintainers; teams.geospatial.members ++ [ lsix ];
platforms = with platforms; linux;
};
}

View file

@ -152,11 +152,11 @@ in mkDerivation rec {
--prefix PATH : ${lib.makeBinPath [ grass ]}
'';
meta = {
meta = with lib; {
description = "A Free and Open Source Geographic Information System";
homepage = "https://www.qgis.org";
license = lib.licenses.gpl2Plus;
platforms = with lib.platforms; linux;
maintainers = with lib.maintainers; [ lsix sikmir willcohen ];
license = licenses.gpl2Plus;
maintainers = with maintainers; teams.geospatial.members ++ [ lsix ];
platforms = with platforms; linux;
};
}