autosuspend: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2023-10-18 00:41:31 +02:00
parent 6037953f3f
commit 3dcbe64365
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

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