Unverified Commit 965d33a1 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

maintainers: drop jagajaga

Reacted to 0 out of 58 maintainer pings in the least 180 days.
parent 4a305983
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -11598,12 +11598,6 @@
    githubId = 10690970;
    name = "James Duff";
  };
  jagajaga = {
    email = "ars.seroka@gmail.com";
    github = "jagajaga";
    githubId = 2179419;
    name = "Arseniy Seroka";
  };
  jakecleary = {
    email = "shout@jakecleary.net";
    github = "jakecleary";
+0 −1
Original line number Diff line number Diff line
@@ -4207,7 +4207,6 @@ assertNoAdditions {
      license = lib.licenses.gpl3;
      maintainers = with lib.maintainers; [
        marcweber
        jagajaga
        mel
      ];
      platforms = lib.platforms.unix;
+0 −1
Original line number Diff line number Diff line
@@ -164,7 +164,6 @@ mkDerivation rec {
      "aarch64-linux"
    ];
    maintainers = with maintainers; [
      jagajaga
      jraygauthier
      gador
      c4patino
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ stdenv.mkDerivation (finalAttrs: {
    changelog = "https://github.com/i-rinat/apulse/releases/tag/v${finalAttrs.version}";
    license = lib.licenses.mit;
    platforms = lib.platforms.linux;
    maintainers = [ lib.maintainers.jagajaga ];
    mainProgram = "apulse";
  };
})
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
    description = "UPnP AV client, mounts as a Linux filesystem the media content of compatible UPnP AV devices";
    mainProgram = "djmount";
    platforms = lib.platforms.linux;
    maintainers = [ lib.maintainers.jagajaga ];
    license = lib.licenses.gpl2Plus;
  };
}
Loading