summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 0a9f8b6..66d7c6a 100644
--- a/default.nix
+++ b/default.nix
@@ -19,5 +19,5 @@ in
ghc -o scrape *.hs -O -rtsopts -threaded
'';
- installPhase = "install -Dm755 ./scrape $out/bin/scrape";
+ installPhase = "install -Dm755 ./scrape $out/bin/mavedb-scraper";
}