diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-06-07 09:25:33 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-06-07 09:25:33 +0300 |
commit | 478d2e4b02b90591c558df5eb3218d61bba231a0 (patch) | |
tree | 923edccb887eaedd32eca89dd7acbea82f1a322b | |
parent | 0fd5222ad61fb1d2a776d018e1dd7161e50bea41 (diff) | |
download | guix-478d2e4b02b90591c558df5eb3218d61bba231a0.tar.gz |
gnu: python-flake8-polyfill: Update home-page.
* gnu/packages/python-xyz.scm (python-flake8-polyfill)[home-page]: Update to new upstream URI.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f4ae6a7e62..97335e34cb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10378,7 +10378,7 @@ unnecessary plus operators for explicit string literal concatenation.") (list python-flake8)) (native-inputs (list python-mock python-pep8 python-pycodestyle python-pytest)) - (home-page "https://gitlab.com/pycqa/flake8-polyfill") + (home-page "https://github.com/pycqa/flake8-polyfill") (synopsis "Polyfill package for Flake8 plugins") (description "This package that provides some compatibility helpers for Flake8 |