From 1b230484c8c774ab92fb13d8b3aa48a7611f22fc Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Wed, 7 Aug 2024 16:43:56 -0300 Subject: [PATCH] treewide: remove jhhuh from meta.maintainers [inactivity] [orphans] --- pkgs/applications/audio/eflite/default.nix | 2 +- pkgs/applications/audio/yasr/default.nix | 2 +- pkgs/development/python-modules/pygithub/default.nix | 2 +- pkgs/development/python-modules/python-jose/default.nix | 2 +- pkgs/development/tools/github/cligh/default.nix | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/audio/eflite/default.nix b/pkgs/applications/audio/eflite/default.nix index 96b604b7c058..4808f9488269 100644 --- a/pkgs/applications/audio/eflite/default.nix +++ b/pkgs/applications/audio/eflite/default.nix @@ -46,7 +46,7 @@ stdenv.mkDerivation rec { ''; license = lib.licenses.gpl2; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ jhhuh ]; + maintainers = [ ]; mainProgram = "eflite"; }; } diff --git a/pkgs/applications/audio/yasr/default.nix b/pkgs/applications/audio/yasr/default.nix index 7da1e066413b..da18f0cc825e 100644 --- a/pkgs/applications/audio/yasr/default.nix +++ b/pkgs/applications/audio/yasr/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { longDescription = "Yasr is a general-purpose console screen reader for GNU/Linux and other Unix-like operating systems."; platforms = lib.platforms.linux; license = lib.licenses.gpl2; - maintainers = with lib.maintainers; [ jhhuh ]; + maintainers = [ ]; mainProgram = "yasr"; }; } diff --git a/pkgs/development/python-modules/pygithub/default.nix b/pkgs/development/python-modules/pygithub/default.nix index 843fce747184..e5edee26e22d 100644 --- a/pkgs/development/python-modules/pygithub/default.nix +++ b/pkgs/development/python-modules/pygithub/default.nix @@ -51,6 +51,6 @@ buildPythonPackage rec { homepage = "https://github.com/PyGithub/PyGithub"; changelog = "https://github.com/PyGithub/PyGithub/raw/v${version}/doc/changes.rst"; license = licenses.lgpl3Plus; - maintainers = with maintainers; [ jhhuh ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/python-jose/default.nix b/pkgs/development/python-modules/python-jose/default.nix index 271115978bb9..449fec2d7d07 100644 --- a/pkgs/development/python-modules/python-jose/default.nix +++ b/pkgs/development/python-modules/python-jose/default.nix @@ -81,6 +81,6 @@ buildPythonPackage rec { homepage = "https://github.com/mpdavis/python-jose"; description = "JOSE implementation in Python"; license = licenses.mit; - maintainers = with maintainers; [ jhhuh ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/tools/github/cligh/default.nix b/pkgs/development/tools/github/cligh/default.nix index 5e44bde8cf2d..bb97fc2e8b3e 100644 --- a/pkgs/development/tools/github/cligh/default.nix +++ b/pkgs/development/tools/github/cligh/default.nix @@ -28,6 +28,6 @@ buildPythonApplication rec { ''; platforms = platforms.all; license = licenses.bsd3; - maintainers = [ maintainers.jhhuh ]; + maintainers = [ ]; }; }