Unverified Commit 11e45413 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

maintainers: drop lsix

Reacted to 0 out of 16 maintainer pings in the least 180 days.
parent 965d33a1
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -15242,12 +15242,6 @@
    githubId = 5341193;
    name = "Leon Schuermann";
  };
  lsix = {
    email = "lsix@lancelotsix.com";
    github = "lsix";
    githubId = 724339;
    name = "Lancelot SIX";
  };
  ltavard = {
    email = "laure.tavard@univ-grenoble-alpes.fr";
    github = "ltavard";
+0 −1
Original line number Diff line number Diff line
@@ -203,7 +203,6 @@ mkDerivation rec {
    description = "Free and Open Source Geographic Information System";
    homepage = "https://www.qgis.org";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ lsix ];
    teams = [ teams.geospatial ];
    platforms = with platforms; linux;
  };
+0 −1
Original line number Diff line number Diff line
@@ -199,7 +199,6 @@ mkDerivation rec {
    description = "Free and Open Source Geographic Information System";
    homepage = "https://www.qgis.org";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ lsix ];
    teams = [ teams.geospatial ];
    platforms = with platforms; linux;
  };
+0 −1
Original line number Diff line number Diff line
@@ -53,6 +53,5 @@ stdenv.mkDerivation (finalAttrs: {
    license = lib.licenses.lgpl2Plus;
    pkgConfigModules = [ "libidn" ];
    platforms = lib.platforms.all;
    maintainers = with lib.maintainers; [ lsix ];
  };
})
+0 −1
Original line number Diff line number Diff line
@@ -53,6 +53,5 @@ python3.pkgs.buildPythonApplication rec {
    homepage = "https://poez.io";
    changelog = "https://codeberg.org/poezio/poezio/src/tag/v${version}/CHANGELOG";
    license = lib.licenses.zlib;
    maintainers = with lib.maintainers; [ lsix ];
  };
}
Loading