treewide: remove jhhuh from meta.maintainers [inactivity] [orphans]

This commit is contained in:
Anderson Torres 2024-08-07 16:43:56 -03:00
parent 0ebcf660cc
commit 1b230484c8
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 = [ ];
};
}