Binary name change

This commit is contained in:
Nox Sluijtman 2024-03-11 23:42:49 +01:00
parent 767f98f24a
commit 097b70795f
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ extra-doc-files: CHANGELOG.md
common warnings
ghc-options: -Wall
executable fastfood
executable what-should-i-eat
import: warnings
main-is: Main.hs
-- other-modules:

View file

@ -20,7 +20,7 @@
random
];
license = pkgs.lib.licenses.agpl3Only;
mainProgram = "fastfood";
mainProgram = "what-should-i-eat";
};
};