about summary refs log tree commit diff
path: root/pkgs/applications/graphics/kgraphviewer/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-05-07 15:35:21 +0200
committerVladimír Čunát <v@cunat.cz>2021-05-07 15:36:40 +0200
commit73e17a35945c1d053df1d35d89bbce804cfb5f4b (patch)
tree5ac80ede3ceed08fdcce9099666c987582d747fb /pkgs/applications/graphics/kgraphviewer/default.nix
parent04202827802915dc753a759c0074dc3d7f7d8319 (diff)
treewide: remove lethalman from meta.maintainers
He hasn't been heard of for years.
Diffstat (limited to 'pkgs/applications/graphics/kgraphviewer/default.nix')
-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 294b6c4ca7012..4b9b93505ad87 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;
   };
 }