treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
# Suppress overly verbose output if tests run successfully
|
||||
checkPhase = ''pytest >/dev/null || pytest'';
|
||||
checkPhase = "pytest >/dev/null || pytest";
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/jpvanhal/inflection";
|
||||
|
||||
Reference in New Issue
Block a user