-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- try to retain the repo name "meta"
- Loading branch information
Showing
6 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,19 +8,19 @@ Getting the Code | |
The main repository for :mod:`zope.meta` is in the Zope Foundation | ||
Github repository: | ||
|
||
https://github.com/zopefoundation/zope.meta | ||
https://github.com/zopefoundation/meta | ||
|
||
You can get a read-only checkout from there: | ||
|
||
.. code-block:: sh | ||
$ git clone https://github.com/zopefoundation/zope.meta.git | ||
$ git clone https://github.com/zopefoundation/meta.git | ||
or fork it and get a writeable checkout of your fork: | ||
|
||
.. code-block:: sh | ||
$ git clone [email protected]/jrandom/zope.meta.git | ||
$ git clone [email protected]/jrandom/meta.git | ||
Working in a Python virtual environment | ||
|
@@ -163,7 +163,7 @@ Submitting a Bug Report | |
|
||
:mod:`zope.meta` tracks its bugs on Github: | ||
|
||
https://github.com/zopefoundation/zope.meta/issues | ||
https://github.com/zopefoundation/meta/issues | ||
|
||
Please submit bug reports and feature requests there. | ||
|
||
|
@@ -189,4 +189,4 @@ branch in your fork, and then push them. A private fork makes it harder for | |
others and the package maintainers to work with your changes, so it is | ||
discouraged. Either way, you can then submit a pull request from your branch: | ||
|
||
https://github.com/zopefoundation/zope.meta/pulls | ||
https://github.com/zopefoundation/meta/pulls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -209,3 +209,4 @@ z3c.jbot | |
fanstatic | ||
zope.pytestlayer | ||
zope.meta | ||
meta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters