about summary refs log tree commit diff
path: root/pkgs/servers/web-apps/pict-rs/0.3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/web-apps/pict-rs/0.3.nix')
-rw-r--r--pkgs/servers/web-apps/pict-rs/0.3.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/web-apps/pict-rs/0.3.nix b/pkgs/servers/web-apps/pict-rs/0.3.nix
index c113322a3794..875aecd55610 100644
--- a/pkgs/servers/web-apps/pict-rs/0.3.nix
+++ b/pkgs/servers/web-apps/pict-rs/0.3.nix
@@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "A simple image hosting service";
+    mainProgram = "pict-rs";
     homepage = "https://git.asonix.dog/asonix/pict-rs";
     license = with licenses; [ agpl3Plus ];
     maintainers = with maintainers; [ happysalada ];