about summary refs log tree commit diff
path: root/pkgs/applications/kde/kdebugsettings.nix
diff options
context:
space:
mode:
authorrittelle <33598633+rittelle@users.noreply.github.com>2021-11-19 21:29:09 +0100
committerrittelle <33598633+rittelle@users.noreply.github.com>2021-11-19 21:29:09 +0100
commit4d8d035c6c89c95f2b0cffcd265181c02c8ea114 (patch)
treec099645b0a340a39ec15274ceddde45fa98c2557 /pkgs/applications/kde/kdebugsettings.nix
parent74ec351fc2c13d3e0f3bb8345cc14b193650d517 (diff)
Removed rittelle from the maintainer list
Diffstat (limited to 'pkgs/applications/kde/kdebugsettings.nix')
-rw-r--r--pkgs/applications/kde/kdebugsettings.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kdebugsettings.nix b/pkgs/applications/kde/kdebugsettings.nix
index e73f6f13ce9fc..6d407e0a50d7f 100644
--- a/pkgs/applications/kde/kdebugsettings.nix
+++ b/pkgs/applications/kde/kdebugsettings.nix
@@ -12,7 +12,7 @@ mkDerivation {
     homepage = "https://apps.kde.org/kdebugsettings/";
     description = "KDE debug settings";
     license = with lib.licenses; [ gpl2 ];
-    maintainers = [ lib.maintainers.rittelle ];
+    maintainers = [ ];
     broken = lib.versionOlder qtbase.version "5.13";
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];