mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-14 08:54:26 +08:00
Use https for images in info.xml
This commit is contained in:
parent
4f38ef6184
commit
76aa2d78f4
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
||||||
<website>https://github.com/nextcloud/passman/</website>
|
<website>https://github.com/nextcloud/passman/</website>
|
||||||
<bugs>https://github.com/nextcloud/passman/issues</bugs>
|
<bugs>https://github.com/nextcloud/passman/issues</bugs>
|
||||||
<repository type="git">https://github.com/nextcloud/passman.git</repository>
|
<repository type="git">https://github.com/nextcloud/passman.git</repository>
|
||||||
<screenshot small-thumbnail="http://i.imgur.com/ciShQZg.png">http://i.imgur.com/ciShQZg.png</screenshot>
|
<screenshot small-thumbnail="https://i.imgur.com/ciShQZg.png">https://i.imgur.com/ciShQZg.png</screenshot>
|
||||||
<screenshot small-thumbnail="http://i.imgur.com/Iwm3hUe.png">http://i.imgur.com/Iwm3hUe.png</screenshot>
|
<screenshot small-thumbnail="https://i.imgur.com/Iwm3hUe.png">https://i.imgur.com/Iwm3hUe.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<php min-version="5.6"/>
|
<php min-version="5.6"/>
|
||||||
<owncloud min-version="9" max-version="11" />
|
<owncloud min-version="9" max-version="11" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue