Merge pull request #332607 from museoa/remove-jhhuh

treewide: remove jhhuh from meta.maintainers [inactivity] [orphans]
This commit is contained in:
superherointj 2024-08-15 18:46:20 -03:00 committed by GitHub
commit 3c2fa6bcff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
'';
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ jhhuh ];
maintainers = [ ];
mainProgram = "eflite";
};
}

View File

@ -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";
};
}

View File

@ -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 = [ ];
};
}

View File

@ -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 = [ ];
};
}

View File

@ -28,6 +28,6 @@ buildPythonApplication rec {
'';
platforms = platforms.all;
license = licenses.bsd3;
maintainers = [ maintainers.jhhuh ];
maintainers = [ ];
};
}