aboutsummaryrefslogtreecommitdiff
path: root/_articles/2018-08-01-verifying-npm-ci-reproducibility.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-10-23 09:46:37 -0300
committerEuAndreh <eu@euandre.org>2020-10-23 09:46:55 -0300
commiteee6e6ea00c493a3621dda9943d181b5ea7d8a59 (patch)
treef55ceaa6f960d204e357de2d014beff03d6946f9 /_articles/2018-08-01-verifying-npm-ci-reproducibility.md
parentdefault.nix: Remove rec from shell derivation (diff)
downloadeuandre.org-eee6e6ea00c493a3621dda9943d181b5ea7d8a59.tar.gz
euandre.org-eee6e6ea00c493a3621dda9943d181b5ea7d8a59.tar.xz
Use site.tld for referencing TLD address, and site.author.email for email
Diffstat (limited to '_articles/2018-08-01-verifying-npm-ci-reproducibility.md')
-rw-r--r--_articles/2018-08-01-verifying-npm-ci-reproducibility.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/_articles/2018-08-01-verifying-npm-ci-reproducibility.md b/_articles/2018-08-01-verifying-npm-ci-reproducibility.md
index 8faced9..f5004be 100644
--- a/_articles/2018-08-01-verifying-npm-ci-reproducibility.md
+++ b/_articles/2018-08-01-verifying-npm-ci-reproducibility.md
@@ -132,7 +132,8 @@ computing the hash of each individual file.
`npm ci` really "generates identical trees".
I'm not aware of any other existing solution for verifying the hash
-signature of a directory. If you know any I'd [like to know](mailto:eu@euandre.org).
+signature of a directory. If you know any I'd
+[like to know](mailto:{{ site.author.email }}).
## *Edit*