about summary refs log tree commit diff
path: root/pkgs/development/python-modules/htmldate/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/htmldate/default.nix')
-rw-r--r--pkgs/development/python-modules/htmldate/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/htmldate/default.nix b/pkgs/development/python-modules/htmldate/default.nix
index 5226a7eb76347..1ecfb645283f2 100644
--- a/pkgs/development/python-modules/htmldate/default.nix
+++ b/pkgs/development/python-modules/htmldate/default.nix
@@ -48,6 +48,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Fast and robust extraction of original and updated publication dates from URLs and web pages";
+    mainProgram = "htmldate";
     homepage = "https://htmldate.readthedocs.io";
     changelog = "https://github.com/adbar/htmldate/blob/v${version}/CHANGELOG.md";
     license = licenses.gpl3Plus;