diff options
author | EuAndreh <eu@euandre.org> | 2020-10-23 09:46:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-23 09:46:55 -0300 |
commit | eee6e6ea00c493a3621dda9943d181b5ea7d8a59 (patch) | |
tree | f55ceaa6f960d204e357de2d014beff03d6946f9 /_articles/2018-08-01-verifying-npm-ci-reproducibility.md | |
parent | default.nix: Remove rec from shell derivation (diff) | |
download | euandre.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 '')
-rw-r--r-- | _articles/2018-08-01-verifying-npm-ci-reproducibility.md | 3 |
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* |