Merge pull request #75944 from filalex77/scc-2.10.1
scc: 2.8.0 -> 2.10.1
This commit is contained in:
commit
8944ecb997
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "scc";
|
pname = "scc";
|
||||||
version = "2.8.0";
|
version = "2.10.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "boyter";
|
owner = "boyter";
|
||||||
@ -17,9 +17,9 @@ buildGoPackage rec {
|
|||||||
subPackages = [ "./" ];
|
subPackages = [ "./" ];
|
||||||
|
|
||||||
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;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user