aboutsummaryrefslogtreecommitdiff
path: root/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-06 20:54:29 -0300
committerEuAndreh <eu@euandre.org>2021-03-06 20:54:49 -0300
commit60ea3b95a000353a7522c8d4952484c40a12ce8b (patch)
treee48594dd37fa70930fbaf78ce1dbed41530d1587 /_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md
parentSuppress rsync stderr from CI logs (diff)
downloadeuandre.org-60ea3b95a000353a7522c8d4952484c40a12ce8b.tar.gz
euandre.org-60ea3b95a000353a7522c8d4952484c40a12ce8b.tar.xz
Remove about/ suffix from Git repo links
Diffstat (limited to '')
-rw-r--r--_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md b/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md
index 385cea2..2b6424d 100644
--- a/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md
+++ b/_articles/2020-10-05-cargo2nix-dramatically-simpler-rust-in-nix.md
@@ -21,7 +21,7 @@ was able to quickly prototype a Rust and Cargo variation of it:
The initial prototype is even smaller than swift2nix: it has only
[37 lines of code][37-lines].
-[cargo2nix]: https://git.euandreh.xyz/cargo2nix/about/
+[cargo2nix]: https://git.euandreh.xyz/cargo2nix/
[37-lines]: https://git.euandreh.xyz/cargo2nix/tree/default.nix?id=472dde8898296c8b6cffcbd10b3b2c3ba195846d
Here's how to use it (snippet taken from the repo's README):