mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-26 15:24:50 +09:00
fix: vervis.peers.community can now be accessed with https
This commit is contained in:
parent
48ab96aae8
commit
28ff20e754
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ packages:
|
||||||
# acme-missiles-0.3)
|
# acme-missiles-0.3)
|
||||||
extra-deps:
|
extra-deps:
|
||||||
# yesod-auth-account
|
# yesod-auth-account
|
||||||
- git: http://vervis.peers.community/repos/VE2Kr
|
- git: https://vervis.peers.community/repos/VE2Kr
|
||||||
commit: 70024e76cafb95bfa50b456efcf0970d720207bd
|
commit: 70024e76cafb95bfa50b456efcf0970d720207bd
|
||||||
# - git: https://notabug.org/fr33domlover/haskell-persistent
|
# - git: https://notabug.org/fr33domlover/haskell-persistent
|
||||||
# commit: 9cc700b540a680ac1fdc9df94847a631013cb3ca
|
# commit: 9cc700b540a680ac1fdc9df94847a631013cb3ca
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
VERVIS='http://vervis.peers.community/repos'
|
VERVIS='https://vervis.peers.community/repos'
|
||||||
|
|
||||||
DEPS="vlBxr dvara \n
|
DEPS="vlBxr dvara \n
|
||||||
nrAMr hit-graph \n
|
nrAMr hit-graph \n
|
||||||
|
|
Loading…
Reference in a new issue