maintainers: remove rasendubi from maintainers

This commit is contained in:
Oleksii Shmalko
2025-11-29 20:52:24 +02:00
parent e1a33b0feb
commit 3cffb9cc70
12 changed files with 7 additions and 19 deletions
-6
View File
@@ -21760,12 +21760,6 @@
githubId = 11351304;
name = "Ricardo Ardissone";
};
rasendubi = {
email = "rasen.dubi@gmail.com";
github = "rasendubi";
githubId = 1366419;
name = "Alexey Shmalko";
};
raskin = {
email = "7c6f434c@mail.ru";
github = "7c6f434c";
@@ -96,7 +96,7 @@
"meta": {
"isOpenSource": false,
"description": "IDE for building domain-specific languages from JetBrains",
"maintainers": [ "rasendubi" ],
"maintainers": [ ],
"longDescription": "A metaprogramming system which uses projectional editing which allows users to overcome the limits of language parsers, and build DSL editors, such as ones with tables and diagrams.",
"homepage": "https://www.jetbrains.com/mps/"
}
@@ -174,7 +174,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
maintainers = with maintainers; [
lovek323
rasendubi
];
platforms = platforms.linux;
};
+1 -1
View File
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
mainProgram = "avrogencpp";
homepage = "https://avro.apache.org/";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ rasendubi ];
maintainers = [ ];
platforms = lib.platforms.all;
};
}
-1
View File
@@ -58,7 +58,6 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
maintainers = with maintainers; [
kragniz
rasendubi
];
};
}
+1 -1
View File
@@ -66,7 +66,7 @@ python3Packages.buildPythonApplication {
homepage = "https://github.com/Roger/escrotum";
description = "Linux screen capture using pygtk, inspired by scrot";
platforms = platforms.linux;
maintainers = with maintainers; [ rasendubi ];
maintainers = [ ];
license = licenses.gpl3;
mainProgram = "escrotum";
};
-1
View File
@@ -153,7 +153,6 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
bjornfor
rasendubi
];
};
}
+1 -1
View File
@@ -127,6 +127,6 @@ stdenv.mkDerivation rec {
description = "Music playing application for GNOME";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.rasendubi ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -69,7 +69,7 @@ python3.pkgs.buildPythonApplication rec {
description = "Screencast tool to display your keys inspired by Screenflick";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = [ maintainers.rasendubi ];
maintainers = [ ];
mainProgram = "screenkey";
};
}
+1 -3
View File
@@ -144,9 +144,7 @@ stdenv.mkDerivation (finalAttrs: {
experimental and need more testing.
'';
license = lib.licenses.lgpl2Plus;
maintainers = with lib.maintainers; [
rasendubi
];
maintainers = [ ];
platforms = lib.platforms.linux;
badPlatforms = lib.platforms.aarch64;
};
+1 -1
View File
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
description = "Keyboard layout indicator and switcher";
homepage = "http://xxkb.sourceforge.net/";
license = licenses.artistic2;
maintainers = with maintainers; [ rasendubi ];
maintainers = [ ];
platforms = platforms.linux;
mainProgram = "xxkb";
};
-1
View File
@@ -135,7 +135,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/ycm-core/ycmd";
license = licenses.gpl3;
maintainers = with maintainers; [
rasendubi
lnl7
mel
S0AndS0