about summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-12-18 10:25:46 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-12-19 07:30:50 +0100
commitcbfc50722fc0dc4e21f08ef1bef0190e3fe78ea0 (patch)
tree900f9d07b855177eddc62ab917810e9834adf567 /pkgs/applications/kde
parent7f1a335b9a015e26106d7d9dfd413726c93292a3 (diff)
maintainers: drop phreedom
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/k3b.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/k3b.nix b/pkgs/applications/kde/k3b.nix
index 728260120a5ed..673567fbef690 100644
--- a/pkgs/applications/kde/k3b.nix
+++ b/pkgs/applications/kde/k3b.nix
@@ -13,7 +13,7 @@ mkDerivation {
     homepage = "https://apps.kde.org/k3b/";
     description = "Disk burning application";
     license = with licenses; [ gpl2Plus ];
-    maintainers = with maintainers; [ sander phreedom ];
+    maintainers = with maintainers; [ sander ];
     platforms = platforms.linux;
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];