upstream: github.com/mirage/ca-certs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update READMEs to reference nox- package names

Each README's 'opam install <pkg>' instructions now match the post-rename
opam package names. Auto-generated by 'monopam lint --fix' after the
nox-* prefix landed on the underlying packages.

+2 -2
+2 -2
README.md
··· 35 35 Install with opam: 36 36 37 37 ```sh 38 - $ opam install ca-certs 38 + $ opam install nox-ca-certs 39 39 ``` 40 40 41 41 If opam cannot find the package, it may not yet be released in the public ··· 44 44 ```sh 45 45 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 46 46 $ opam update 47 - $ opam install ca-certs 47 + $ opam install nox-ca-certs 48 48 ``` 49 49 50 50 ## Environment Variables