branch: scratch/editorconfig-cc
commit c6fa7e30390b4e972bf9f6ca864e41efe1c73466
Author: USAMI Kenta <tad...@zonu.me>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Replace python-mode-devs URL (#309)
---
 editorconfig.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editorconfig.el b/editorconfig.el
index 8848d8d1c9..5c9419823a 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -368,7 +368,7 @@ Make a message by passing ARGS to `format-message'."
   "Set `python-mode' indent size to SIZE."
   (when (boundp 'python-indent-offset)
     (setq-local python-indent-offset size))
-  ;; For https://launchpad.net/python-mode
+  ;; For https://gitlab.com/python-mode-devs/python-mode
   (when (boundp 'py-indent-offset)
     (setq-local py-indent-offset size)))
 

Reply via email to