tusd: specify mainProgram

This commit is contained in:
Michael Schneider
2026-04-15 14:59:42 +01:00
parent 130602c0d1
commit 822f52096c
+1
View File
@@ -34,6 +34,7 @@ buildGoModule (finalAttrs: {
description = "Reference server implementation in Go of tus: the open protocol for resumable file uploads";
license = lib.licenses.mit;
homepage = "https://tus.io/";
mainProgram = "tusd";
maintainers = with lib.maintainers; [
nh2
kalbasit