mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 12:03:58 -07:00
Remove git:// urls from docsite and from packaging (#30459)
It's almost always preferable to clone by way of https:// rather than using the bare git:// protocol. Not only does https:// provide stronger guarantees it also plays nicer with corporate proxies, etc.
This commit is contained in:
parent
2d70dc7f21
commit
ba0b91b51b
4 changed files with 7 additions and 7 deletions
|
@ -24,7 +24,7 @@ optdepends=('python2-pyasn1: needed for accelerated mode'
|
|||
conflicts=('ansible')
|
||||
provides=('ansible')
|
||||
backup=('etc/ansible/ansible.cfg')
|
||||
source=($pkgname::git://github.com/ansible/ansible.git)
|
||||
source=($pkgname::git+https://github.com/ansible/ansible.git)
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue