mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
scc: add filalex77 to maintainers
This commit is contained in:
parent
31a3e7a137
commit
b0a895731c
@ -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 New Issue
Block a user