scc: add filalex77 to maintainers
This commit is contained in:
@@ -19,7 +19,7 @@ buildGoPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/boyter/scc";
|
homepage = "https://github.com/boyter/scc";
|
||||||
description = "A very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go";
|
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 ];
|
license = with licenses; [ unlicense /* or */ mit ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user