about summary refs log tree commit diff
path: root/pkgs/applications/misc/authenticator/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/authenticator/default.nix')
-rw-r--r--pkgs/applications/misc/authenticator/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/authenticator/default.nix b/pkgs/applications/misc/authenticator/default.nix
index dac943fee677..57e8b7620731 100644
--- a/pkgs/applications/misc/authenticator/default.nix
+++ b/pkgs/applications/misc/authenticator/default.nix
@@ -70,6 +70,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Two-factor authentication code generator for GNOME";
+    mainProgram = "authenticator";
     homepage = "https://gitlab.gnome.org/World/Authenticator";
     license = lib.licenses.gpl3Plus;
     maintainers = with lib.maintainers; [ austinbutler ];