From 7efe55bc5967622a0ad8eb47dc7e17db3a5d9677 Mon Sep 17 00:00:00 2001 From: Damiano Boppart Date: Mon, 16 Apr 2018 15:04:58 +0200 Subject: [PATCH] Remove cacert from documentation --- doc/build-debian.md | 6 +++--- doc/build-macos.md | 4 ++-- doc/build-netpgp.md | 2 +- doc/readme.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/build-debian.md b/doc/build-debian.md index 8fa733c2..87517cd1 100644 --- a/doc/build-debian.md +++ b/doc/build-debian.md @@ -9,7 +9,7 @@ See CC_BY-SA.txt --> ~~~ # general -apt install -y ca-cacert mercurial +apt install -y mercurial # YML2 apt install -y python-lxml # libetpan @@ -25,7 +25,7 @@ apt install -y uuid-dev libgpgme-dev libsqlite3-dev sqlite3 ~~~ mkdir -p ~/code/yml2 -hg clone https://cacert.pep.foundation/dev/repos/yml2/ ~/code/yml2 +hg clone https://pep.foundation/dev/repos/yml2/ ~/code/yml2 ~~~ ## libetpan @@ -59,7 +59,7 @@ make install ~~~ mkdir -p ~/code/pep-engine -hg clone https://cacert.pep.foundation/dev/repos/pEpEngine/ ~/code/pep-engine +hg clone https://pep.foundation/dev/repos/pEpEngine/ ~/code/pep-engine cd ~/code/pep-engine mkdir ~/code/pep-engine/build ~~~ diff --git a/doc/build-macos.md b/doc/build-macos.md index 9d486177..fd630ba8 100644 --- a/doc/build-macos.md +++ b/doc/build-macos.md @@ -66,7 +66,7 @@ root ~~~ mkdir -p ~/code/yml2 -hg clone https://cacert.pep.foundation/dev/repos/yml2/ ~/code/yml2 +hg clone https://pep.foundation/dev/repos/yml2/ ~/code/yml2 ~~~ ## libetpan @@ -100,7 +100,7 @@ It's of course possible to skip MacPort's version, and use a self-compiled GPGME ~~~ mkdir -p ~/code/pep-engine -hg clone https://cacert.pep.foundation/dev/repos/pEpEngine/ ~/code/pep-engine +hg clone https://pep.foundation/dev/repos/pEpEngine/ ~/code/pep-engine cd ~/code/pep-engine mkdir ~/code/pep-engine/build ~~~ diff --git a/doc/build-netpgp.md b/doc/build-netpgp.md index fcebeda4..c05a0ef7 100644 --- a/doc/build-netpgp.md +++ b/doc/build-netpgp.md @@ -23,7 +23,7 @@ Get and autoconf NetPGP ``` cd $SRC -hg clone https://cacert.pep.foundation/dev/repos/netpgp-et/ +hg clone https://pep.foundation/dev/repos/netpgp-et/ cd netpgp-et autoreconf -i ``` diff --git a/doc/readme.md b/doc/readme.md index cc5b2eb2..f0483e56 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -12,7 +12,7 @@ The p≡p Engine depends on the following projects: - One of the following OpenPGP implementations: - GnuPG version 2.1.17 or later with GPGME (at least version 1.7.0) [https://gnupg.org/](https://gnupg.org/) - For platforms not supporting pinentry (e.g. Android) - GnuPG version 2.0.30 with GPGME version 1.6.0 (or later) [https://gnupg.org/](https://gnupg.org/) - - a fork of NetPGP, [https://cacert.pep.foundation/dev/repos/netpgp-et/](https://cacert.pep.foundation/dev/repos/netpgp-et/) + - a fork of NetPGP, [https://pep.foundation/dev/repos/netpgp-et/](https://pep.foundation/dev/repos/netpgp-et/) - a fork of libetpan, [https://github.com/fdik/libetpan](https://github.com/fdik/libetpan) - zlib, [http://zlib.net/](http://zlib.net/) - libcurl (Only with NetPGP), [https://curl.haxx.se/libcurl/](https://curl.haxx.se/libcurl/)