diff options
author | Christian Hesse <mail@eworm.de> | 2018-06-14 12:34:30 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-06-14 12:34:30 +0200 |
commit | 1a12091c2b29721bfc031cd30ff32a87d90630c9 (patch) | |
tree | c4fd04556630a8c1690692d08f84f1ed623e898a | |
parent | f851dcd6999e478f49642eba1040b3432f929b1a (diff) | |
download | mkinitcpio-ykfde-1a12091c2b29721bfc031cd30ff32a87d90630c9.tar.gz mkinitcpio-ykfde-1a12091c2b29721bfc031cd30ff32a87d90630c9.tar.zst |
update dependencies' upstream urls
-rw-r--r-- | README-mkinitcpio.md | 10 |
1 files 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. |