autosuspend: add anthonyroussel to maintainers
This commit is contained in:
parent
6037953f3f
commit
3dcbe64365
1 changed files with 2 additions and 2 deletions
|
@ -52,12 +52,12 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = with lib ; {
|
meta = with lib; {
|
||||||
description = "A daemon to automatically suspend and wake up a system";
|
description = "A daemon to automatically suspend and wake up a system";
|
||||||
homepage = "https://autosuspend.readthedocs.io";
|
homepage = "https://autosuspend.readthedocs.io";
|
||||||
changelog = "https://github.com/languitar/autosuspend/releases/tag/v${version}";
|
changelog = "https://github.com/languitar/autosuspend/releases/tag/v${version}";
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
maintainers = [ maintainers.bzizou ];
|
maintainers = with maintainers; [ bzizou anthonyroussel ];
|
||||||
mainProgram = "autosuspend";
|
mainProgram = "autosuspend";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue