forked from mirrors/nixpkgs
powertop: add anthonyroussel to maintainers
This commit is contained in:
parent
752d1605d1
commit
7816224051
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue