Unverified Commit 8025ba33 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

maintainers: drop pneumaticat (#508648)

parents 14bed3a9 659737ff
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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;
  };
})
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ buildGoModule (finalAttrs: {
    homepage = "https://helmfile.readthedocs.io/";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [
      pneumaticat
      yurrriq
    ];
  };
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
Loading