about summary refs log tree commit diff
path: root/pkgs/applications/graphics/ideogram
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-11-03 18:27:38 +0800
committerBobby Rong <rjl931189261@126.com>2021-11-03 19:07:21 +0800
commit2483e778d48fd72a1905d80527b67f217b3f3f7c (patch)
treee8fe0be60e1365a7924b63684ad6b684964b108e /pkgs/applications/graphics/ideogram
parent4789953e5c1ef6d10e3ff437e5b7ab8eed526942 (diff)
treewide: set meta.mainProgram for packages teams.pantheon.members maintain
Diffstat (limited to 'pkgs/applications/graphics/ideogram')
-rw-r--r--pkgs/applications/graphics/ideogram/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/ideogram/default.nix b/pkgs/applications/graphics/ideogram/default.nix
index f9b123ddb40ba..bc608c6735ffc 100644
--- a/pkgs/applications/graphics/ideogram/default.nix
+++ b/pkgs/applications/graphics/ideogram/default.nix
@@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Plus;
     maintainers = teams.pantheon.members;
     platforms = platforms.linux;
+    mainProgram = "com.github.cassidyjames.ideogram";
   };
 
 }