From 2833d869d7f0ae38d026db9d6350c3b4a151bae3 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Mon, 4 Jan 2021 18:59:00 -0800 Subject: [PATCH] terraform-compliance: put double quotes around the homepage URL (#108392) --- .../networking/cluster/terraform-compliance/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/terraform-compliance/default.nix b/pkgs/applications/networking/cluster/terraform-compliance/default.nix index 6205b3bf5fe5..5f71f8d70cb6 100644 --- a/pkgs/applications/networking/cluster/terraform-compliance/default.nix +++ b/pkgs/applications/networking/cluster/terraform-compliance/default.nix @@ -54,7 +54,7 @@ buildPythonApplication rec { meta = with lib; { description = "BDD test framework for terraform"; - homepage = https://github.com/eerkunt/terraform-compliance; + homepage = "https://github.com/eerkunt/terraform-compliance"; license = licenses.mit; maintainers = with maintainers; [ kalbasit ]; };