maintainers: drop pneumaticat
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -57,7 +57,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://helmfile.readthedocs.io/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
pneumaticat
|
||||
yurrriq
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user