about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/text/mdbook-footnote/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/text/mdbook-footnote/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/text/mdbook-footnote/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/tools/text/mdbook-footnote/default.nix b/nixpkgs/pkgs/tools/text/mdbook-footnote/default.nix
index d69c7e4fdd86..cc140a5b5d83 100644
--- a/nixpkgs/pkgs/tools/text/mdbook-footnote/default.nix
+++ b/nixpkgs/pkgs/tools/text/mdbook-footnote/default.nix
@@ -21,6 +21,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "A preprocessor for mdbook to support the inclusion of automatically numbered footnotes";
+    mainProgram = "mdbook-footnote";
     homepage = "https://github.com/daviddrysdale/mdbook-footnote";
     license = licenses.asl20;
     maintainers = with maintainers; [ brianmcgillion ];