summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-11-06 15:36:02 -0800
committerGitHub <noreply@github.com>2023-11-06 15:36:02 -0800
commita2ed35c576331082ce86a437a291a07c373c4e8b (patch)
tree68e17de5597e1c6976012b229704466ff7838d15 /pkgs/top-level/python-packages.nix
parent5057d0dfcf2b4d2fa93d088dabe6270e8db1f861 (diff)
parentb46372d72575986011ec6be11779d12df4c4ee88 (diff)
downloadnixpkgs-a2ed35c576331082ce86a437a291a07c373c4e8b.tar
nixpkgs-a2ed35c576331082ce86a437a291a07c373c4e8b.tar.gz
nixpkgs-a2ed35c576331082ce86a437a291a07c373c4e8b.tar.bz2
nixpkgs-a2ed35c576331082ce86a437a291a07c373c4e8b.tar.lz
nixpkgs-a2ed35c576331082ce86a437a291a07c373c4e8b.tar.xz
nixpkgs-a2ed35c576331082ce86a437a291a07c373c4e8b.tar.zst
nixpkgs-a2ed35c576331082ce86a437a291a07c373c4e8b.zip
Merge pull request #265269 from natsukium/restructuredtext-lint
python311Packages.restructuredtext-lint: rename from restructuredtext_lint
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 8ce520f6619..b51096ec991 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -12227,7 +12227,7 @@ self: super: with self; {
 
   restrictedpython = callPackage ../development/python-modules/restrictedpython { };
 
-  restructuredtext_lint = callPackage ../development/python-modules/restructuredtext_lint { };
+  restructuredtext-lint = callPackage ../development/python-modules/restructuredtext-lint { };
 
   restview = callPackage ../development/python-modules/restview { };