about summary refs log tree commit diff
path: root/pkgs/development/tools/erlang/cuter
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/erlang/cuter')
-rw-r--r--pkgs/development/tools/erlang/cuter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/erlang/cuter/default.nix b/pkgs/development/tools/erlang/cuter/default.nix
index b9682bead7d1..fb84bbbf1df3 100644
--- a/pkgs/development/tools/erlang/cuter/default.nix
+++ b/pkgs/development/tools/erlang/cuter/default.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "A concolic testing tool for the Erlang functional programming language";
     license = stdenv.lib.licenses.gpl3;
-    homepage = "https://github.com/aggelgian/cuter";
+    homepage = https://github.com/aggelgian/cuter;
     maintainers = with stdenv.lib.maintainers; [ ericbmerritt ];
     platforms = with stdenv.lib.platforms; unix;
   };