summary refs log tree commit diff
path: root/pkgs/servers/atlassian/crowd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/atlassian/crowd.nix')
-rw-r--r--pkgs/servers/atlassian/crowd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/atlassian/crowd.nix b/pkgs/servers/atlassian/crowd.nix
index 81b90091e66..556380df464 100644
--- a/pkgs/servers/atlassian/crowd.nix
+++ b/pkgs/servers/atlassian/crowd.nix
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Single sign-on and identity management tool";
-    homepage = https://www.atlassian.com/software/crowd;
+    homepage = "https://www.atlassian.com/software/crowd";
     license = licenses.unfree;
     maintainers = with maintainers; [ fpletz globin ];
   };