maintainers: drop rardiol (#529093)

This commit is contained in:
Michael Daniels
2026-06-20 23:28:08 +00:00
committed by GitHub
6 changed files with 4 additions and 11 deletions
-6
View File
@@ -23037,12 +23037,6 @@
githubId = 1246959;
name = "Raquel García";
};
rardiol = {
email = "ricardo.ardissone@gmail.com";
github = "rardiol";
githubId = 11351304;
name = "Ricardo Ardissone";
};
raskin = {
email = "7c6f434c@mail.ru";
github = "7c6f434c";
+1 -1
View File
@@ -113,7 +113,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.roguetemple.com/z/hyper/";
changelog = "https://github.com/zenorogue/hyperrogue/releases/tag/v${finalAttrs.version}";
mainProgram = "hyperrogue";
maintainers = with lib.maintainers; [ rardiol ];
maintainers = [ ];
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
};
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
Welcome to Liberal Crime Squad! The Conservatives have taken the Executive, Legislative, and Judicial branches of government. Over time, the Liberal laws of this nation will erode and turn the country into a BACKWOODS YET CORPORATE NIGHTMARE. To prevent this from happening, the Liberal Crime Squad was established. The mood of the country is shifting, and we need to turn things around. Go out on the streets and indoctrinate Conservative automatons. That is, let them see their True Liberal Nature. Then arm them and send them forth to Stop Evil.
'';
homepage = "https://github.com/Kamal-Sadek/Liberal-Crime-Squad";
maintainers = [ lib.maintainers.rardiol ];
maintainers = [ ];
mainProgram = "crimesquad";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.all;
-1
View File
@@ -53,7 +53,6 @@ stdenv.mkDerivation (finalAttrs: {
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
prusnak
rardiol
];
};
})
+1 -1
View File
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/markuskimius/SDL2_Pango";
description = "Library for graphically rendering internationalized and tagged text in SDL2 using TrueType fonts";
license = lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [ rardiol ];
maintainers = [ ];
teams = [ lib.teams.sdl ];
inherit (SDL2.meta) platforms;
};
+1 -1
View File
@@ -37,7 +37,7 @@ let
];
meta = common.meta // {
maintainers = with lib.maintainers; common.meta.maintainers ++ [ rardiol ];
maintainers = common.meta.maintainers ++ [ ];
};
});
in