lol

loc: add sigmanificient to maitainers

+1 -1
+1 -1
pkgs/development/misc/loc/default.nix
··· 18 description = "Count lines of code quickly"; 19 mainProgram = "loc"; 20 license = lib.licenses.mit; 21 - maintainers = with lib.maintainers; [ ]; 22 platforms = platforms.unix; 23 }; 24 }
··· 18 description = "Count lines of code quickly"; 19 mainProgram = "loc"; 20 license = lib.licenses.mit; 21 + maintainers = with lib.maintainers; [ sigmanificient ]; 22 platforms = platforms.unix; 23 }; 24 }