summary refs log tree commit diff
path: root/pkgs/development/libraries/smarty3-i18n/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/smarty3-i18n/default.nix')
-rw-r--r--pkgs/development/libraries/smarty3-i18n/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/smarty3-i18n/default.nix b/pkgs/development/libraries/smarty3-i18n/default.nix
index cd1584ac739..d93a59efe6e 100644
--- a/pkgs/development/libraries/smarty3-i18n/default.nix
+++ b/pkgs/development/libraries/smarty3-i18n/default.nix
@@ -17,7 +17,7 @@
   meta = with stdenv.lib; {
     description = "gettext for the smarty3 framework";
     license = licenses.lgpl21;
-    homepage = https://github.com/kikimosha/smarty3-i18n;
+    homepage = "https://github.com/kikimosha/smarty3-i18n";
     maintainers = with maintainers; [ das_j ];
     platforms = platforms.all;
   };