summary refs log tree commit diff
path: root/pkgs/development/libraries/frame/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/frame/default.nix')
-rw-r--r--pkgs/development/libraries/frame/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/frame/default.nix b/pkgs/development/libraries/frame/default.nix
index feccfd1bfd2..f266f07a631 100644
--- a/pkgs/development/libraries/frame/default.nix
+++ b/pkgs/development/libraries/frame/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   configureFlags = stdenv.lib.optional enableX11 "--with-x11";
 
   meta = {
-    homepage = https://launchpad.net/frame;
+    homepage = "https://launchpad.net/frame";
     description = "Handles the buildup and synchronization of a set of simultaneous touches";
     license = stdenv.lib.licenses.gpl3;
     platforms = stdenv.lib.platforms.linux;