summary refs log tree commit diff
path: root/pkgs/development/tools/drip/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/drip/default.nix')
-rw-r--r--pkgs/development/tools/drip/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/drip/default.nix b/pkgs/development/tools/drip/default.nix
index 1b559df8ef6..2a7d2c6626b 100644
--- a/pkgs/development/tools/drip/default.nix
+++ b/pkgs/development/tools/drip/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "A launcher for the Java Virtual Machine intended to be a drop-in replacement for the java command, only faster";
     license = licenses.epl10;
-    homepage = https://github.com/ninjudd/drip;
+    homepage = "https://github.com/ninjudd/drip";
     platforms = platforms.linux;
     maintainers = [ maintainers.rybern ];
   };