diff options
| author | zowoq <59103226+zowoq@users.noreply.github.com> | 2020-08-25 12:07:09 +1000 |
|---|---|---|
| committer | Jon <jonringer@users.noreply.github.com> | 2020-08-27 12:51:02 -0700 |
| commit | 0cff30bb44063c627dd033ccca8155ace853d4d9 (patch) | |
| tree | a2a0a766e49151f56f37e6e56ab1a7cb4dd29222 /pkgs/development/python-modules/configparser | |
| parent | Merge pull request #85852 from robertodr/init-kibi (diff) | |
| download | nixpkgs-0cff30bb44063c627dd033ccca8155ace853d4d9.tar.gz | |
python: editorconfig fixes
Diffstat (limited to 'pkgs/development/python-modules/configparser')
| -rw-r--r-- | pkgs/development/python-modules/configparser/4.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/configparser/4.nix b/pkgs/development/python-modules/configparser/4.nix index 038ee49d2c60..9c6c631d9c27 100644 --- a/pkgs/development/python-modules/configparser/4.nix +++ b/pkgs/development/python-modules/configparser/4.nix @@ -23,4 +23,4 @@ buildPythonPackage rec { license = licenses.mit; homepage = "https://github.com/jaraco/configparser"; }; -}
\ No newline at end of file +} |
