aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>2021-11-03 23:42:48 +0000
committerĐoàn Trần Công Danh <congdanhqx@gmail.com>2021-11-03 23:48:08 +0000
commited2abbeaab2c0eec6476f0f5af1713e79fa4fafd (patch)
tree452a37d1b6e05f982ca0aed908106fe83fc30319 /CONTRIBUTING.md
parentbc9a32914abe47c99b59f480bc535f5b40edd8f1 (diff)
downloadvoid-packages-ed2abbeaab2c0eec6476f0f5af1713e79fa4fafd.tar
void-packages-ed2abbeaab2c0eec6476f0f5af1713e79fa4fafd.tar.gz
void-packages-ed2abbeaab2c0eec6476f0f5af1713e79fa4fafd.tar.bz2
void-packages-ed2abbeaab2c0eec6476f0f5af1713e79fa4fafd.tar.lz
void-packages-ed2abbeaab2c0eec6476f0f5af1713e79fa4fafd.tar.xz
void-packages-ed2abbeaab2c0eec6476f0f5af1713e79fa4fafd.tar.zst
void-packages-ed2abbeaab2c0eec6476f0f5af1713e79fa4fafd.zip
Documentation: replace git protocol with https
git protocol will be retired by GitHub soon. Replace it with supported https instead.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b68c4c601cd..da3bef29c88 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -20,7 +20,7 @@ To get started, [fork](https://help.github.com/articles/fork-a-repo) the void-li
To keep your forked repository up to date, setup the `upstream` remote to pull in new changes:
- $ git remote add upstream git://github.com/void-linux/void-packages.git
+ $ git remote add upstream https://github.com/void-linux/void-packages.git
$ git pull --rebase upstream master
### Creating a new template