treewide: remove redundant quotes
This commit is contained in:
@@ -10,7 +10,7 @@ in pythonPackages.buildPythonApplication {
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kpcyrd";
|
||||
repo = "${pname}";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
inherit sha256;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user