mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
treewide: remove jhhuh from meta.maintainers [inactivity] [orphans]
This commit is contained in:
parent
0ebcf660cc
commit
1b230484c8
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ jhhuh ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "eflite";
|
||||
};
|
||||
}
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user