Unverified Commit 231ffe19 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #270662 from PedroHLC/drop-myself-from-abandoned

treewide: remove myself as maintainer from 7 derivations
parents 3340c8e3 7e88453c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
    description = "Open-source alternative of Discord desktop's \"app.asar\".";
    homepage = "https://openasar.dev";
    license = licenses.mit;
    maintainers = with maintainers; [ pedrohlc ];
    maintainers = with maintainers; [ ];
    platforms = nodejs.meta.platforms;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
    changelog = "https://github.com/emersion/libliftoff/releases/tag/v${version}";
    license     = licenses.mit;
    platforms   = platforms.linux;
    maintainers = with maintainers; [ pedrohlc primeos Scrumplex ];
    maintainers = with maintainers; [ primeos Scrumplex ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "An API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting";
    homepage = "https://github.com/ValveSoftware/openvr";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ pedrohlc Scrumplex ];
    maintainers = with lib.maintainers; [ Scrumplex ];
    platforms = lib.platforms.unix;
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    extraMeta = {
      homepage = "https://bcachefs.org/";
      branch = "master";
      maintainers = with lib.maintainers; [ davidak Madouura pedrohlc raitobezarius YellowOnion ];
      maintainers = with lib.maintainers; [ davidak Madouura raitobezarius YellowOnion ];
    };
  } // argsOverride;

+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ buildNpmPackage rec {
    description = "Implementation of the Chrome Sender API (Chromecast) within Firefox";
    homepage = "https://hensm.github.io/fx_cast/";
    license = licenses.mit;
    maintainers = with maintainers; [ dtzWill pedrohlc ];
    maintainers = with maintainers; [ dtzWill ];
    mainProgram = "fx_cast_bridge";
  };
}
Loading