treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ pbr python-jenkins pyyaml six stevedore fasteners jinja2 ];
|
||||
|
||||
# Need to fix test deps, relies on stestr and a few other packages that aren't available on nixpkgs
|
||||
checkPhase = ''$out/bin/jenkins-jobs --help'';
|
||||
checkPhase = "$out/bin/jenkins-jobs --help";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Jenkins Job Builder is a system for configuring Jenkins jobs using simple YAML files stored in Git";
|
||||
|
||||
Reference in New Issue
Block a user