about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/pt/ptcollab/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/pt/ptcollab/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/pt/ptcollab/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/by-name/pt/ptcollab/package.nix b/nixpkgs/pkgs/by-name/pt/ptcollab/package.nix
index f03d89e7c490..d2db8def2ab8 100644
--- a/nixpkgs/pkgs/by-name/pt/ptcollab/package.nix
+++ b/nixpkgs/pkgs/by-name/pt/ptcollab/package.nix
@@ -52,6 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
 
   meta = with lib; {
     description = "Experimental pxtone editor where you can collaborate with friends";
+    mainProgram = "ptcollab";
     homepage = "https://yuxshao.github.io/ptcollab/";
     changelog = "https://github.com/yuxshao/ptcollab/releases/tag/v${finalAttrs.version}";
     license = licenses.mit;