diff options
author | Nicholas Johnson <> | 2025-06-23 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <> | 2025-06-23 00:00:00 +0000 |
commit | df05aea8321e4e5fa36a024e0b8b663595c2539b4f1d2ceb285a2672b5658775 (patch) | |
tree | 62bcc2331ecacaaa540b770f863d48e825d47b41c141da624df4343564d32fb7 /content/about.md | |
parent | 132f067395d527e3587e04324f26adab742c7043011173522dbdc5ef3be94efe (diff) | |
download | journal-df05aea8321e4e5fa36a024e0b8b663595c2539b4f1d2ceb285a2672b5658775.tar.gz journal-df05aea8321e4e5fa36a024e0b8b663595c2539b4f1d2ceb285a2672b5658775.zip |
Prefix signature tags with "archive/"
The commits referenced by the signify-signature-* tags are arbitrary.
These tags serve no purpose other than holding the Signify signatures.
So from now on, commits will be signed directly.
The existing signature tags are preserved for historical purposes, but
are now prefixed with "archive/".
Diffstat (limited to 'content/about.md')
-rw-r--r-- | content/about.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/about.md b/content/about.md index f96dce9..59af9de 100644 --- a/content/about.md +++ b/content/about.md @@ -76,5 +76,5 @@ To provide some assurance that I don't use AI tools to write this journal, I tim ```sh git clone --recursive https://git.nicholasjohnson.ch/journal -ots verify -d "$(git -C journal show-ref --hash signify-signature-10)" journal/static/static/timestamp-2.ots +ots verify -d "$(git -C journal show-ref --hash archive/signify-signature-10)" journal/static/static/timestamp-2.ots ``` |