summary refs log tree commit diff
path: root/pkgs/applications/misc/translate-shell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/translate-shell/default.nix')
-rw-r--r--pkgs/applications/misc/translate-shell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/translate-shell/default.nix b/pkgs/applications/misc/translate-shell/default.nix
index a2f6980abd9..e418ee69b95 100644
--- a/pkgs/applications/misc/translate-shell/default.nix
+++ b/pkgs/applications/misc/translate-shell/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://www.soimort.org/translate-shell;
+    homepage = "https://www.soimort.org/translate-shell";
     description = "Command-line translator using Google Translate, Bing Translator, Yandex.Translate, and Apertium";
     license = licenses.unlicense;
     maintainers = with maintainers; [ ebzzry infinisil ];