From 9a602a2231c60ef182b1b60558af6f81284df19e Mon Sep 17 00:00:00 2001 From: Vladimir Serov Date: Tue, 14 Jul 2020 01:58:25 +0300 Subject: [PATCH] gotta maintain da project --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index fb4e47e..81c70df 100644 --- a/default.nix +++ b/default.nix @@ -31,7 +31,7 @@ buildGoModule rec { meta = { description = "Nix-based app VMs"; homepage = "https://code.dumpstack.io/tools/${pname}"; - maintainers = [ lib.maintainers.dump_stack ]; + maintainers = [ lib.maintainers.dump_stack lib.maintainers.cab404 ]; license = lib.licenses.gpl3; }; }