hammerjs / hammer.js

A javascript library for multi-touch gestures :// You can touch this
http://hammerjs.github.io
MIT License
24.09k stars 2.63k forks source link

Use https instead of git protocol for repository #1283

Open dopeh opened 2 years ago

dopeh commented 2 years ago

As Github has disabled the Git protocol[0], accessing this repo using git:// is no longer possible and results in a time-out. This causes problems when Yarn attempts to download this package[1]. Changing this to https should solve this.

[0] https://github.blog/2021-09-01-improving-git-protocol-security-github/ [1] https://github.com/yarnpkg/yarn/issues/8833