maintainers: drop pneumaticat

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2026-04-17 18:38:06 +02:00
parent bb997e6a69
commit 659737ffe6
6 changed files with 4 additions and 11 deletions
-6
View File
@@ -21632,12 +21632,6 @@
githubId = 579773;
name = "Philip Nelson";
};
pneumaticat = {
email = "kevin@potatofrom.space";
github = "kliu128";
githubId = 11365056;
name = "Kevin Liu";
};
pnmadelaine = {
name = "Paul-Nicolas Madelaine";
email = "pnm@pnm.tf";
+1 -1
View File
@@ -70,7 +70,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
homepage = "https://github.com/autokey/autokey";
description = "Desktop automation utility for Linux and X11";
license = with lib.licenses; [ gpl3 ];
maintainers = with lib.maintainers; [ pneumaticat ];
maintainers = [ ];
platforms = lib.platforms.linux;
};
})
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/nspire-emus/firebird/releases/tag/v${finalAttrs.version}";
description = "Third-party multi-platform emulator of the ARM-based TI-Nspire calculators";
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ pneumaticat ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
})
-1
View File
@@ -57,7 +57,6 @@ buildGoModule (finalAttrs: {
homepage = "https://helmfile.readthedocs.io/";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
pneumaticat
yurrriq
];
};
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation {
description = "Securely control a remote docker daemon CLI using ssh forwarding, no SSL setup needed";
mainProgram = "rdocker";
homepage = "https://github.com/dvddarias/rdocker";
maintainers = [ lib.maintainers.pneumaticat ];
maintainers = [ ];
license = lib.licenses.mit;
platforms = lib.platforms.unix;
};
@@ -39,6 +39,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/mike-fabian/ibus-table-chinese";
license = lib.licenses.gpl3;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ pneumaticat ];
maintainers = [ ];
};
}