change main program

This commit is contained in:
Henry Hiles 2025-07-26 22:46:50 -04:00
commit 9be9884924
No known key found for this signature in database

View file

@ -32,7 +32,7 @@
meta = {
homepage = "https://git.federated.nexus/Henry-Hiles/lasuite-docs-proxy";
description = "A proxy for lasuite docs s3 to work with caddy. For personal use mainly, probably won't work for you without patching (feel free to PR).";
mainProgram = "lasuite-docs-proxy";
mainProgram = "lasuite_docs_proxy";
license = lib.licenses.gpl3Plus;
maintainers = [lib.maintainers.quadradical];
};