aboutsummaryrefslogtreecommitdiff
path: root/nix/packages
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-11-15 13:38:15 -0800
committerFranck Cuny <franck@fcuny.net>2025-11-15 13:38:15 -0800
commit1350761ee9e2d4522f50ebf02f8f24197690e33f (patch)
tree1bc7d4adeecd346f204e35677aad47b3fb33b76e /nix/packages
parentrename fcuny-net to website (diff)
downloadx-1350761ee9e2d4522f50ebf02f8f24197690e33f.tar.gz
rewrite the go import HTMLHEADmain
Diffstat (limited to '')
-rw-r--r--nix/packages/website.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/packages/website.nix b/nix/packages/website.nix
index 880c93b..4a8346d 100644
--- a/nix/packages/website.nix
+++ b/nix/packages/website.nix
@@ -26,6 +26,6 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ fcuny ];
platforms = platforms.unix;
- mainProgram = "bin/fcuny-net";
+ mainProgram = "fcuny-net";
};
}