From 3004ee49b289c4fab047729fbf902e6b232da432 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sun, 20 Feb 2022 10:12:07 +1000 Subject: [PATCH] gdu: add maintainer --- pkgs/tools/system/gdu/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/gdu/default.nix b/pkgs/tools/system/gdu/default.nix index c5da5b2d5c6..4204bf8994b 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; }; }