summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/gns3
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2023-05-28 08:31:27 +0200
committerGitHub <noreply@github.com>2023-05-28 01:31:27 -0500
commitdb508e06a1ee858582ab201b7c5ec819713b06d1 (patch)
treee431c06edf6f10ff5d6f065b28a410a0f7ea009b /pkgs/applications/networking/gns3
parentf38b5c3260c3c962e087f8693f9335ab66eff10a (diff)
treewide: add meta.mainProgram and changelog urls (#204317)
Diffstat (limited to 'pkgs/applications/networking/gns3')
-rw-r--r--pkgs/applications/networking/gns3/gui.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/gns3/gui.nix b/pkgs/applications/networking/gns3/gui.nix
index e0c45e8eede3..b809d4091936 100644
--- a/pkgs/applications/networking/gns3/gui.nix
+++ b/pkgs/applications/networking/gns3/gui.nix
@@ -62,5 +62,6 @@ python3.pkgs.buildPythonPackage rec {
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ anthonyroussel ];
+ mainProgram = "gns3";
};
}