scc: add filalex77 to maintainers

This commit is contained in:
Oleksii Filonenko 2019-12-19 16:18:51 +02:00
parent 31a3e7a137
commit b0a895731c
No known key found for this signature in database
GPG Key ID: F3510FE5691629A1

View File

@ -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;
};