From 1a12091c2b29721bfc031cd30ff32a87d90630c9 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 14 Jun 2018 12:34:30 +0200 Subject: update dependencies' upstream urls --- README-mkinitcpio.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README-mkinitcpio.md b/README-mkinitcpio.md index 1759d3f..ae1d420 100644 --- a/README-mkinitcpio.md +++ b/README-mkinitcpio.md @@ -10,13 +10,13 @@ Requirements To compile and use Yubikey full disk encryption you need: * [yubikey-personalization](https://github.com/Yubico/yubikey-personalization) -* [iniparser](http://ndevilla.free.fr/iniparser/) -* [systemd](http://www.freedesktop.org/wiki/Software/systemd/) -* [cryptsetup](http://code.google.com/p/cryptsetup/) +* [iniparser](https://github.com/ndevilla/iniparser) +* [systemd](https://www.github.com/systemd/systemd) +* [cryptsetup](https://gitlab.com/cryptsetup/cryptsetup) * keyutils and linux with `CONFIG_KEYS` enabled * [mkinitcpio](https://projects.archlinux.org/mkinitcpio.git/) -* [markdown](http://daringfireball.net/projects/markdown/) (HTML documentation) -* [libarchive](http://www.libarchive.org/) (Update challenge on boot) +* [markdown](https://daringfireball.net/projects/markdown/) (HTML documentation) +* [libarchive](https://www.libarchive.org/) (Update challenge on boot) Additionally you will need to have `make` and `pkg-config` installed to successfully compile. -- cgit v1.2.3-54-g00ecf