From b1a1debef35639e7957f281adf2b8e13f178e094 Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Fri, 17 Nov 2023 08:32:32 -0500
Subject: [PATCH] Blockfile spec fix

---
 i2p2www/spec/blockfile.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/i2p2www/spec/blockfile.rst b/i2p2www/spec/blockfile.rst
index 514adf2c2..be3810ff9 100644
--- a/i2p2www/spec/blockfile.rst
+++ b/i2p2www/spec/blockfile.rst
@@ -3,8 +3,8 @@ Blockfile and Hosts Database Specification
 ==========================================
 .. meta::
     :category: Formats
-    :lastupdated: 2020-09
-    :accuratefor: 0.9.47
+    :lastupdated: 2023-11
+    :accuratefor: 0.9.59
 
 .. contents::
 
@@ -240,8 +240,8 @@ The DestEntry Properties typically contains:
     "a"
         The time added (Java long time in ms)
 
-    "a"
-        The time added (Java long time in ms)
+    "m"
+        The time last modified (Java long time in ms)
 
     "notes"
         User-supplied comments
-- 
GitLab