scc: add filalex77 to maintainers
This commit is contained in:
parent
31a3e7a137
commit
b0a895731c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue