maintainers: drop rardiol

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2026-06-07 12:09:58 +02:00
parent 2d6355bcab
commit 11e2354def
6 changed files with 4 additions and 11 deletions
-6
View File
@@ -22976,12 +22976,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