about summary refs log tree commit diff
path: root/pkgs/tools/system/gdu
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-02-20 10:12:07 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-02-20 10:48:12 +1000
commit3004ee49b289c4fab047729fbf902e6b232da432 (patch)
treecc54515af30111028c5af901e4521434faf55f9c /pkgs/tools/system/gdu
parenta15635a6b3e2ab6c729b5812eb8ecbfdcb6027ba (diff)
downloadnixlib-3004ee49b289c4fab047729fbf902e6b232da432.tar
nixlib-3004ee49b289c4fab047729fbf902e6b232da432.tar.gz
nixlib-3004ee49b289c4fab047729fbf902e6b232da432.tar.bz2
nixlib-3004ee49b289c4fab047729fbf902e6b232da432.tar.lz
nixlib-3004ee49b289c4fab047729fbf902e6b232da432.tar.xz
nixlib-3004ee49b289c4fab047729fbf902e6b232da432.tar.zst
nixlib-3004ee49b289c4fab047729fbf902e6b232da432.zip
gdu: add maintainer
Diffstat (limited to 'pkgs/tools/system/gdu')
-rw-r--r--pkgs/tools/system/gdu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/gdu/default.nix b/pkgs/tools/system/gdu/default.nix
index c5da5b2d5c62..4204bf8994b2 100644
--- a/pkgs/tools/system/gdu/default.nix
+++ b/pkgs/tools/system/gdu/default.nix
@@ -45,7 +45,7 @@ buildGoModule rec {
     '';
     homepage = "https://github.com/dundee/gdu";
     license = with licenses; [ mit ];
-    maintainers = [ maintainers.fab ];
+    maintainers = [ maintainers.fab maintainers.zowoq ];
     platforms = platforms.unix;
   };
 }