Skip to content

Commit

Permalink
Use HTTPS for GitHub URLs
Browse files Browse the repository at this point in the history
GitHub has dropped support for the git:// protocol:
https://github.blog/changelog/2022-03-15-removed-unencrypted-git-protocol-and-certain-ssh-keys/

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
  • Loading branch information
jwilk committed Feb 26, 2024
1 parent 331fbbe commit 648ea9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To summarize, the stable release is `2.1.0` while `2.0.9x` is a pre-releases.

Git repository:
* Primary: git://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git
* Mirror: git://github.com/legionus/kbd.git
* Mirror: https://github.com/legionus/kbd.git

Git Branches: `git branch -a`

Expand Down
2 changes: 1 addition & 1 deletion docs/process/howto-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To summarize, the stable release is `2.1.0` while `2.0.9x` is a pre-releases.

Git repository:
* Primary: git://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git
* Mirror: git://github.com/legionus/kbd.git
* Mirror: https://github.com/legionus/kbd.git

Git Branches: `git branch -a`

Expand Down

0 comments on commit 648ea9d

Please sign in to comment.