terraform-compliance: put double quotes around the homepage URL (#108392)
This commit is contained in:
parent
8f78ad9cf5
commit
2833d869d7
@ -54,7 +54,7 @@ buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "BDD test framework for terraform";
|
description = "BDD test framework for terraform";
|
||||||
homepage = https://github.com/eerkunt/terraform-compliance;
|
homepage = "https://github.com/eerkunt/terraform-compliance";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ kalbasit ];
|
maintainers = with maintainers; [ kalbasit ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user