this repo has no description

fix: meta.mainProgram

i wasn't sure what i was going to call it so i called it "nvd" lol

+1 -1
+1 -1
package.nix
··· 23 23 inherit (toml) homepage description; 24 24 license = lib.licenses.mit; 25 25 maintainers = with lib.maintainers; [ isabelroses ]; 26 - mainProgram = "nvd"; 26 + mainProgram = "lix-diff"; 27 27 }; 28 28 }