use mirage at master for dns
This commit is contained in:
parent
79325d6009
commit
06f27671c7
4 changed files with 4 additions and 4 deletions
2
packages/dns-certify.5.0.0/opam
vendored
2
packages/dns-certify.5.0.0/opam
vendored
|
@ -37,4 +37,4 @@ description: """
|
||||||
A function to retrieve a certificate when providing a hostname, TSIG key, server
|
A function to retrieve a certificate when providing a hostname, TSIG key, server
|
||||||
IP, and an optional key seed. Best used with an letsencrypt unikernel.
|
IP, and an optional key seed. Best used with an letsencrypt unikernel.
|
||||||
"""
|
"""
|
||||||
url { src: "git+https://github.com/hannesm/ocaml-dns.git#master" }
|
url { src: "git+https://github.com/mirage/ocaml-dns.git#master" }
|
||||||
|
|
2
packages/dns-mirage.5.0.0/opam
vendored
2
packages/dns-mirage.5.0.0/opam
vendored
|
@ -37,4 +37,4 @@ of the hash algorithm is used).
|
||||||
Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more
|
Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more
|
||||||
detailed overview.
|
detailed overview.
|
||||||
"""
|
"""
|
||||||
url { src: "git+https://github.com/hannesm/ocaml-dns.git#master" }
|
url { src: "git+https://github.com/mirage/ocaml-dns.git#master" }
|
||||||
|
|
2
packages/dns-tsig.5.0.0/opam
vendored
2
packages/dns-tsig.5.0.0/opam
vendored
|
@ -26,4 +26,4 @@ synopsis: "TSIG support for DNS"
|
||||||
description: """
|
description: """
|
||||||
TSIG is used to authenticate nsupdate frames using a HMAC.
|
TSIG is used to authenticate nsupdate frames using a HMAC.
|
||||||
"""
|
"""
|
||||||
url { src: "git+https://github.com/hannesm/ocaml-dns.git#master" }
|
url { src: "git+https://github.com/mirage/ocaml-dns.git#master" }
|
||||||
|
|
2
packages/dns.5.0.0/opam
vendored
2
packages/dns.5.0.0/opam
vendored
|
@ -41,4 +41,4 @@ of the hash algorithm is used).
|
||||||
Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more
|
Please read [the blog article](https://hannes.nqsb.io/Posts/DNS) for a more
|
||||||
detailed overview.
|
detailed overview.
|
||||||
"""
|
"""
|
||||||
url { src: "git+https://github.com/hannesm/ocaml-dns.git#master" }
|
url { src: "git+https://github.com/mirage/ocaml-dns.git#master" }
|
||||||
|
|
Loading…
Reference in a new issue