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
5 changed files with 5 additions and 5 deletions
+1 -1
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";
};
}
+1 -1
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";
};
}
@@ -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 = [ ];
};
}
@@ -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 = [ ];
};
}
@@ -28,6 +28,6 @@ buildPythonApplication rec {
'';
platforms = platforms.all;
license = licenses.bsd3;
maintainers = [ maintainers.jhhuh ];
maintainers = [ ];
};
}