lol

loc: add sigmanificient to maitainers

+1 -1
+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 - maintainers = with lib.maintainers; [ ]; 21 + maintainers = with lib.maintainers; [ sigmanificient ]; 22 22 platforms = platforms.unix; 23 23 }; 24 24 }