1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-22 17:32:04 +00:00

* CONTRIBUTING: Prefer an https URL, as that's friendlier

to people without a GitHub.  (Thanks to Tony Finch.)
* NEWS: Add thanks, and spell it "GitHub".
This commit is contained in:
Paul Eggert
2014-08-26 07:37:17 -07:00
parent c0e8e15430
commit 6a8cac5e89
2 changed files with 6 additions and 5 deletions

View File

@ -23,7 +23,7 @@ Git repository. If you use Git the following workflow may be helpful:
* Copy the experimental repository.
git clone git@github.com:eggert/tz.git
git clone https://github.com/eggert/tz.git
cd tz
* Get current with the master branch.
@ -64,6 +64,6 @@ Git repository. If you use Git the following workflow may be helpful:
* Start anew by getting current with the master branch again
(the second step above).
Please do not create issues or pull requests on Github, as the
Please do not create issues or pull requests on GitHub, as the
proper procedure for proposing and distributing patches is via
email as illustrated above.