From 159aaeaecba245526b2881e2378102e9ca3a88e9 Mon Sep 17 00:00:00 2001 From: Vipul Kumar Date: Thu, 23 Sep 2021 19:35:23 +0530 Subject: [PATCH] Update IRC address to Libera Chat This commit contains following changes: - Fix a minor formatting issue. - Update IRC address to Libera Chat. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 432c2dc..0413d68 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ The Concept * A ``Pipfile`` is inherently ordered. * Existing requirements files tend to proliferate into multiple files - e.g. ``dev-requirements.txt``, ``test-requirements.txt``, etc. - but a ``Pipfile`` will allow seamlessly specifying groups of dependencies in one place. - * This will be surfaced as only two built-in groups (*default* & *development*). (see note below) + This will be surfaced as only two built-in groups (*default* & *development*). (see note below) * Fully specified (and *deterministic*) environments in the form of ``Pipfile.lock``. A deployed application can then be completely redeployed with the same exact versions of all recursive dependencies, by referencing the ``Pipfile.lock`` file. @@ -445,7 +445,7 @@ The `documentation`_ for this project will, eventually, reside at pypi.org. Discussion ---------- -If you run into bugs, you can file them in our `issue tracker`_. You can also join ``#pypa`` on Freenode to ask questions or get involved. +If you run into bugs, you can file them in our `issue tracker`_. You can also join ``#pypa`` on Libera Chat to ask questions or get involved. .. _`issue tracker`: https://github.com/pypa/pipfile/issues