about summary refs log tree commit diff
path: root/pkgs/applications/office/atlassian-cli/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/atlassian-cli/default.nix')
-rw-r--r--pkgs/applications/office/atlassian-cli/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/atlassian-cli/default.nix b/pkgs/applications/office/atlassian-cli/default.nix
index 88da2442ecf21..cf145de544bd4 100644
--- a/pkgs/applications/office/atlassian-cli/default.nix
+++ b/pkgs/applications/office/atlassian-cli/default.nix
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
   
   meta = with stdenv.lib; {
     description = "An integrated family of CLI’s for various Atlassian applications";
-    homepage = https://bobswift.atlassian.net/wiki/spaces/ACLI/overview;
+    homepage = "https://bobswift.atlassian.net/wiki/spaces/ACLI/overview";
     license = licenses.unfreeRedistributable;
     maintainers = with maintainers; [ twey ];
     inherit (jre.meta) platforms;