aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Graña2023-12-12 18:54:29 -0300
committerDaniel Graña2023-12-12 18:54:29 -0300
commit15b87339dd4c106a63f611bf5557e0a3d08d7e5f (patch)
tree5c7ceb04dbd4576f38fd75f84b7a3fb437697b50
parentcbd39f085c9d4a59d442424a66cb968fd887ded0 (diff)
downloadaur-15b87339dd4c106a63f611bf5557e0a3d08d7e5f.tar.gz
update thanks links
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7158b7f03def..36bc22ef7b3a 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,12 @@ Even if the attacker manages to get the node keys, it won't be able to escalate
## Prior work and big thanks
-* @tavianator and his early work on https://gist.github.com/tavianator/6b00355cedae0b2ceb338e43ce8e5c1a
-* @karepker for a very detailed rootfs unlocking on [Raspeberry Pi + Archlinux](https://karepker.com/raspberry-pi/)
-* @classabbyamp for a similar [mkinitcpio hook](https://github.com/classabbyamp/mkinitcpio-tailscale) for non systemd initramfs on Void Linux
-* @wolegis for [mkinitcpio-systemd-extras](https://github.com/wolegis/mkinitcpio-systemd-extras/) that served as major inspiration for my systemd hook
+* [@tavianator][gh1] and his early work on https://gist.github.com/tavianator/6b00355cedae0b2ceb338e43ce8e5c1a
+* [@karepker][gh2] for a very detailed rootfs unlocking on [Raspeberry Pi + Archlinux](https://karepker.com/raspberry-pi/)
+* [@classabbyamp][gh3] for a similar [mkinitcpio hook](https://github.com/classabbyamp/mkinitcpio-tailscale) for non systemd initramfs on Void Linux. Also for the tailscale ACLs idea!
+* [@wolegis][gh4] for [mkinitcpio-systemd-extras](https://github.com/wolegis/mkinitcpio-systemd-extras/) that served as major inspiration for my systemd hook
+
+[gh1]: https://github.com/tavianator
+[gh2]: https://github.com/karepker
+[gh3]: https://github.com/classabbyamp
+[gh4]: https://github.com/wolegis