summary refs log tree commit diff
path: root/pkgs/applications/graphics/kgraphviewer
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
parent04202827802915dc753a759c0074dc3d7f7d8319 (diff)
downloadnixpkgs-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar
nixpkgs-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.gz
nixpkgs-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.bz2
nixpkgs-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.lz
nixpkgs-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.xz
nixpkgs-73e17a35945c1d053df1d35d89bbce804cfb5f4b.tar.zst
nixpkgs-73e17a35945c1d053df1d35d89bbce804cfb5f4b.zip
treewide: remove lethalman from meta.maintainers
He hasn't been heard of for years.
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 294b6c4ca70..4b9b93505ad 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;
   };
 }