From b0a895731cc44fa1d546e1652950de4f10ed992d Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Thu, 19 Dec 2019 16:18:51 +0200 Subject: [PATCH] scc: add filalex77 to maintainers --- pkgs/development/tools/misc/scc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/scc/default.nix b/pkgs/development/tools/misc/scc/default.nix index 0a24f9157d4..47a91482327 100644 --- a/pkgs/development/tools/misc/scc/default.nix +++ b/pkgs/development/tools/misc/scc/default.nix @@ -19,7 +19,7 @@ buildGoPackage rec { meta = with stdenv.lib; { homepage = "https://github.com/boyter/scc"; description = "A very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go"; - maintainers = with maintainers; [ sigma ]; + maintainers = with maintainers; [ sigma filalex77 ]; license = with licenses; [ unlicense /* or */ mit ]; platforms = platforms.unix; };