Commit 822f5209 authored by Michael Schneider's avatar Michael Schneider
Browse files

tusd: specify mainProgram

parent 130602c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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