about summary refs log tree commit diff
path: root/pkgs/development/tools/reno/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/reno/default.nix')
-rw-r--r--pkgs/development/tools/reno/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/reno/default.nix b/pkgs/development/tools/reno/default.nix
index c895deb4f34f..f687583888f2 100644
--- a/pkgs/development/tools/reno/default.nix
+++ b/pkgs/development/tools/reno/default.nix
@@ -52,6 +52,7 @@ with python3Packages; buildPythonApplication rec {
 
   meta = with lib; {
     description = "Release Notes Manager";
+    mainProgram = "reno";
     homepage = "https://docs.openstack.org/reno/latest";
     license = licenses.asl20;
     maintainers = with maintainers; [ drewrisinger guillaumekoenig ];