diff --git a/.travis.yml b/.travis.yml index 5a957fbc..2c7d9107 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,6 @@ script: notifications: irc: channels: - - "irc.freenode.org#caremad" + - "irc.freenode.org#pypa-dev" use_notice: true skip_join: true diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b96eee65..b925219d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,4 +7,4 @@ Changelog .. note:: This version is not yet released and is under active development. -.. _`master`: https://github.com/dstufft/packaging/ +.. _`master`: https://github.com/pypa/packaging/ diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index dd0338b2..d9d70ec0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -12,7 +12,7 @@ Examples of contributions include: Extensive contribution guidelines are available in the repository at ``docs/development/index.rst``, or online at: -https://packaging.readthedocs.org/en/latest/development/ +https://packaging.pypa.io/en/latest/development/ Security issues --------------- @@ -20,4 +20,4 @@ Security issues To report a security issue, please follow the special `security reporting guidelines`_, do not report them in the public issue tracker. -.. _`security reporting guidelines`: https://packaging.readthedocs.org/en/latest/security/ \ No newline at end of file +.. _`security reporting guidelines`: https://packaging.pypa.io/en/latest/security/ diff --git a/README.rst b/README.rst index 10f1c6fa..08b186d4 100644 --- a/README.rst +++ b/README.rst @@ -9,9 +9,8 @@ Discussion If you run into bugs, you can file them in our `issue tracker`_. -You can also join ``#caremad`` on Freenode to ask questions or get -involved. +You can also join ``#pypa`` on Freenode to ask questions or get involved. -.. _`documentation`: https://packaging.readthedocs.org/ -.. _`issue tracker`: https://github.com/dstufft/packaging/issues +.. _`documentation`: https://packaging.pypa.io/ +.. _`issue tracker`: https://github.com/pypa/packaging/issues diff --git a/packaging/__about__.py b/packaging/__about__.py index 45f02ea2..5bd32ebc 100644 --- a/packaging/__about__.py +++ b/packaging/__about__.py @@ -20,7 +20,7 @@ __title__ = "packaging" __summary__ = "Core utilities for Python packages" -__uri__ = "https://github.com/dstufft/packaging" +__uri__ = "https://github.com/pypa/packaging" __version__ = "14.0"