From f28c626a1964c2fbf5703d86ea83abc1694cbab4 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Mon, 19 Jun 2023 17:19:14 +0200 Subject: [PATCH] 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. --- pkgs/applications/gis/qgis/unwrapped-ltr.nix | 8 ++++---- pkgs/applications/gis/qgis/unwrapped.nix | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/applications/gis/qgis/unwrapped-ltr.nix b/pkgs/applications/gis/qgis/unwrapped-ltr.nix index f959389d9eee..1506f0bb9e28 100644 --- a/pkgs/applications/gis/qgis/unwrapped-ltr.nix +++ b/pkgs/applications/gis/qgis/unwrapped-ltr.nix @@ -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; }; } diff --git a/pkgs/applications/gis/qgis/unwrapped.nix b/pkgs/applications/gis/qgis/unwrapped.nix index 8c6fe7b85dd5..c2d51f5b9817 100644 --- a/pkgs/applications/gis/qgis/unwrapped.nix +++ b/pkgs/applications/gis/qgis/unwrapped.nix @@ -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; }; }