summary refs log tree commit diff
path: root/pkgs/tools/filesystems/tmsu/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/filesystems/tmsu/default.nix')
-rw-r--r--pkgs/tools/filesystems/tmsu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/tmsu/default.nix b/pkgs/tools/filesystems/tmsu/default.nix
index 67e21ac4c2c..c7d11d415a5 100644
--- a/pkgs/tools/filesystems/tmsu/default.nix
+++ b/pkgs/tools/filesystems/tmsu/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage    = http://www.tmsu.org;
+    homepage    = "http://www.tmsu.org";
     description = "A tool for tagging your files using a virtual filesystem";
     maintainers = with maintainers; [ pSub ];
     license     = licenses.gpl3;