summary refs log tree commit diff
path: root/pkgs/servers/matrix-corporal/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/matrix-corporal/default.nix')
-rw-r--r--pkgs/servers/matrix-corporal/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/matrix-corporal/default.nix b/pkgs/servers/matrix-corporal/default.nix
index ad92a1b8dba..6451352af76 100644
--- a/pkgs/servers/matrix-corporal/default.nix
+++ b/pkgs/servers/matrix-corporal/default.nix
@@ -21,6 +21,7 @@ buildGoModule rec {
     homepage = "https://github.com/devture/matrix-corporal";
     description = "Reconciliator and gateway for a managed Matrix server";
     maintainers = with maintainers; [ dandellion ];
+    mainProgram = "devture-matrix-corporal";
     license = licenses.agpl3Only;
   };
 }