summary refs log tree commit diff
path: root/pkgs/applications/networking/weather/meteo/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/weather/meteo/default.nix')
-rw-r--r--pkgs/applications/networking/weather/meteo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/weather/meteo/default.nix b/pkgs/applications/networking/weather/meteo/default.nix
index 64fef08ceef..9887e34d735 100644
--- a/pkgs/applications/networking/weather/meteo/default.nix
+++ b/pkgs/applications/networking/weather/meteo/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Know the forecast of the next hours & days";
-    homepage = https://gitlab.com/bitseater/meteo;
+    homepage = "https://gitlab.com/bitseater/meteo";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ worldofpeace ];
     platforms = platforms.linux;