terraform-compliance: put double quotes around the homepage URL (#108392)

gstqt5
R. RyanTM 2021-01-04 18:59:00 -08:00 committed by GitHub
parent 8f78ad9cf5
commit 2833d869d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];
};