about summary refs log tree commit diff
path: root/pkgs/applications/kde/keysmith.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/keysmith.nix')
-rw-r--r--pkgs/applications/kde/keysmith.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/keysmith.nix b/pkgs/applications/kde/keysmith.nix
index cca4d2ece5635..6dd8e3505b537 100644
--- a/pkgs/applications/kde/keysmith.nix
+++ b/pkgs/applications/kde/keysmith.nix
@@ -34,7 +34,7 @@ mkDerivation rec {
     mainProgram = "keysmith";
     license = licenses.gpl3;
     homepage = "https://github.com/KDE/keysmith";
-    maintainers = with maintainers; [ samueldr shamilton ];
+    maintainers = with maintainers; [ shamilton ];
     platforms = platforms.linux;
   };
 }