Unverified Commit b01f185e authored by adisbladis's avatar adisbladis Committed by GitHub
Browse files

Merge pull request #224486 from erictapen/remove-me-as-maintainer

remove myself as maintainer from packages which I don't use anymore
parents 8bdead55 0b0cc93e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -636,6 +636,6 @@ in {
    };

  meta = {
    maintainers = with lib.maintainers; [ patternspandemic jonringer erictapen ];
    maintainers = with lib.maintainers; [ patternspandemic jonringer ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -194,5 +194,5 @@ in
    (mkRenamedOptionModule [ "services" "unifi" "openPorts" ] [ "services" "unifi" "openFirewall" ])
  ];

  meta.maintainers = with lib.maintainers; [ erictapen pennae ];
  meta.maintainers = with lib.maintainers; [ pennae ];
}
+1 −1
Original line number Diff line number Diff line
@@ -157,6 +157,6 @@ in mkDerivation rec {
    homepage = "https://www.qgis.org";
    license = lib.licenses.gpl2Plus;
    platforms = with lib.platforms; linux;
    maintainers = with lib.maintainers; [ lsix sikmir erictapen willcohen ];
    maintainers = with lib.maintainers; [ lsix sikmir willcohen ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -157,6 +157,6 @@ in mkDerivation rec {
    homepage = "https://www.qgis.org";
    license = lib.licenses.gpl2Plus;
    platforms = with lib.platforms; linux;
    maintainers = with lib.maintainers; [ lsix sikmir erictapen willcohen ];
    maintainers = with lib.maintainers; [ lsix sikmir willcohen ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/AsamK/signal-cli";
    description = "Command-line and dbus interface for communicating with the Signal messaging service";
    license = licenses.gpl3;
    maintainers = with maintainers; [ ivan erictapen ];
    maintainers = with maintainers; [ ivan ];
    platforms = platforms.all;
  };
}
Loading