summaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/kgraphviewer
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/kgraphviewer')
-rw-r--r--pkgs/applications/graphics/kgraphviewer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/kgraphviewer/default.nix b/pkgs/applications/graphics/kgraphviewer/default.nix
index 294b6c4ca701..4b9b93505ad8 100644
--- a/pkgs/applications/graphics/kgraphviewer/default.nix
+++ b/pkgs/applications/graphics/kgraphviewer/default.nix
@@ -30,7 +30,7 @@ mkDerivation rec {
meta = with lib; {
description = "A Graphviz dot graph viewer for KDE";
license = licenses.gpl2;
- maintainers = with maintainers; [ lethalman ];
+ maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}