maintainers: remove rasendubi from maintainers
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -58,7 +58,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [
|
||||
kragniz
|
||||
rasendubi
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -153,7 +153,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [
|
||||
bjornfor
|
||||
rasendubi
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -127,6 +127,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Music playing application for GNOME";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.rasendubi ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -135,7 +135,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/ycm-core/ycmd";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [
|
||||
rasendubi
|
||||
lnl7
|
||||
mel
|
||||
S0AndS0
|
||||
|
||||
Reference in New Issue
Block a user