powertop: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel
2023-01-06 04:52:03 +01:00
parent 752d1605d1
commit 7816224051
+1 -1
View File
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
description = "Analyze power consumption on Intel-based laptops";
homepage = "https://01.org/powertop";
license = licenses.gpl2Only;
maintainers = with maintainers; [ fpletz ];
maintainers = with maintainers; [ fpletz anthonyroussel ];
platforms = platforms.linux;
};
}