tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
loc: add sigmanificient to maitainers
Sigmanificient
2 years ago
97e7864f
36d34167
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
misc
loc
default.nix
+1
-1
pkgs/development/misc/loc/default.nix
···
18
18
description = "Count lines of code quickly";
19
19
mainProgram = "loc";
20
20
license = lib.licenses.mit;
21
21
-
maintainers = with lib.maintainers; [ ];
21
21
+
maintainers = with lib.maintainers; [ sigmanificient ];
22
22
platforms = platforms.unix;
23
23
};
24
24
}