From 20e7201e5d339b531c5a205597aa8d3b37663642 Mon Sep 17 00:00:00 2001 From: matrss Date: Thu, 17 Oct 2024 09:18:04 +0000 Subject: [PATCH] Make VURL a proper list item --- doc/backends.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/backends.mdwn b/doc/backends.mdwn index d24fe0e654..c08f3d52e6 100644 --- a/doc/backends.mdwn +++ b/doc/backends.mdwn @@ -54,7 +54,7 @@ in `.gitattributes`: `BLAKE2SP224E`, `BLAKE2SP256E` -- Fast [Blake2 hash](https://blake2.net/) variants optimised for 8-way CPUs. - `VURL` -- This is like an `URL` (see below) but the content can +* `VURL` -- This is like an `URL` (see below) but the content can be verified with a cryptographically secure checksum that is recorded in the git-annex branch. It's generated when using eg `git-annex addurl --fast --verifiable`.