summary refs log tree commit diff
path: root/pkgs/os-specific/linux/powertop
diff options
context:
space:
mode:
authorFlorian Friesdorf <florian@ternaris.com>2019-02-22 16:14:13 +0100
committerFlorian Friesdorf <florian@ternaris.com>2019-02-22 16:14:13 +0100
commitfbef5ab82fc231d6bf81b60859ee2569ba8110b3 (patch)
tree24e3579a4441c0b68e3b7704d27b3ab7bd97e441 /pkgs/os-specific/linux/powertop
parente5405f9ae8b87c202a22438dd162defda1996a97 (diff)
downloadnixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.gz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.bz2
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.lz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.xz
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.tar.zst
nixpkgs-fbef5ab82fc231d6bf81b60859ee2569ba8110b3.zip
Remove myself as maintainer from packages
I'm currently not maintaining any packages.
Diffstat (limited to 'pkgs/os-specific/linux/powertop')
-rw-r--r--pkgs/os-specific/linux/powertop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/powertop/default.nix b/pkgs/os-specific/linux/powertop/default.nix
index f24f5a5d06f..54fdfb354d1 100644
--- a/pkgs/os-specific/linux/powertop/default.nix
+++ b/pkgs/os-specific/linux/powertop/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
     description = "Analyze power consumption on Intel-based laptops";
     homepage = https://01.org/powertop;
     license = licenses.gpl2;
-    maintainers = with maintainers; [ chaoflow fpletz ];
+    maintainers = with maintainers; [ fpletz ];
     platforms = platforms.linux;
   };
 }