about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/pe/peergos/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/pe/peergos/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/pe/peergos/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/by-name/pe/peergos/package.nix b/nixpkgs/pkgs/by-name/pe/peergos/package.nix
index d51f0504bd49..f91c8ea78618 100644
--- a/nixpkgs/pkgs/by-name/pe/peergos/package.nix
+++ b/nixpkgs/pkgs/by-name/pe/peergos/package.nix
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A p2p, secure file storage, social network and application protocol";
+    mainProgram = "peergos";
     homepage = "https://peergos.org/";
     # peergos have agpt3 license, peergos-web-ui have gpl3, both are used
     license = [ licenses.agpl3Only licenses.gpl3Only ];