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

treewide: remove myself as maintainer from 7 derivations
This commit is contained in:
Nick Cao
2023-11-29 15:33:58 -05:00
committed by GitHub
7 changed files with 7 additions and 7 deletions
@@ -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;
};
}
@@ -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 ];
};
}
@@ -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;
};
})
@@ -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
View File
@@ -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";
};
}
+1 -1
View File
@@ -161,7 +161,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/v1s1t0r1sh3r3/airgeddon";
changelog = "https://github.com/v1s1t0r1sh3r3/airgeddon/blob/v${version}/CHANGELOG.md";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ pedrohlc ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/r-c-f/waynergy";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ maxhero pedrohlc ];
maintainers = with maintainers; [ maxhero ];
};
}