summary refs log tree commit diff
path: root/pkgs/applications/misc/termdown/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/termdown/default.nix')
-rw-r--r--pkgs/applications/misc/termdown/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/termdown/default.nix b/pkgs/applications/misc/termdown/default.nix
index 94eacb1fe06..5ccdbbbb6b4 100644
--- a/pkgs/applications/misc/termdown/default.nix
+++ b/pkgs/applications/misc/termdown/default.nix
@@ -20,7 +20,7 @@ buildPythonApplication rec {
   meta = with stdenv.lib; {
     description     = "Starts a countdown to or from TIMESPEC";
     longDescription = "Countdown timer and stopwatch in your terminal";
-    homepage        = https://github.com/trehn/termdown;
+    homepage        = "https://github.com/trehn/termdown";
     license         = licenses.gpl3;
     platforms       = platforms.all;
   };