diff options
| author | amitt001 | 2016-10-09 14:41:52 +0530 |
|---|---|---|
| committer | amitt001 | 2016-10-09 14:41:52 +0530 |
| commit | 497654af9a2aed3168c36b4c2f46cab53db0452e (patch) | |
| tree | 0b0ba4d356207ae972d7c8cbb2276b9d45cd38e1 | |
| parent | 927c3e615e540c63b7ec59d709713825166b86c0 (diff) | |
| download | mailman-497654af9a2aed3168c36b4c2f46cab53db0452e.tar.gz mailman-497654af9a2aed3168c36b4c2f46cab53db0452e.tar.zst mailman-497654af9a2aed3168c36b4c2f46cab53db0452e.zip | |
| -rw-r--r-- | src/mailman/docs/CONTRIBUTE.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mailman/docs/CONTRIBUTE.rst b/src/mailman/docs/CONTRIBUTE.rst index 77add20fd..dab6f6de5 100644 --- a/src/mailman/docs/CONTRIBUTE.rst +++ b/src/mailman/docs/CONTRIBUTE.rst @@ -55,13 +55,12 @@ assignment, please contact the GNU Mailman `steering committee`_. Get the sources =============== -Source code for `Mailman 3 is hosted on Gitlab`_. - -Anonymous:: +The Mailman 3 source code is version controlled using Git. You can get a +local copy by running this command:: $ git clone https://gitlab.com/mailman/mailman.git -Contributiors:: +or if you have a GitLab account and prefer ssh:: $ git clone git@gitlab.com:mailman/mailman.git @@ -301,5 +300,4 @@ HyperKitty is also a Django application. .. _`bug reports`: https://gitlab.com/mailman/mailman/issues .. _`copyright assignment`: https://www.fsf.org/licensing/assigning.html/?searchterm=copyright%20assignment .. _`steering committee`: mailto:mailman-cabal@python.org -.. _`Mailman 3 is hosted on Gitlab`: https://gitlab.com/mailman/mailman .. _`Zope Component Architecture`: https://pypi.python.org/pypi/zope.component |
