From 325595279baddbb7871ce6bdb0abc0f96ee5b254 Mon Sep 17 00:00:00 2001 From: Andrew MacIntyre Date: Sun, 28 Aug 2022 21:23:05 +1000 Subject: [PATCH] Fix URL to Draytools fork --- extract_dtv_fw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract_dtv_fw.py b/extract_dtv_fw.py index 3484390..b28205d 100755 --- a/extract_dtv_fw.py +++ b/extract_dtv_fw.py @@ -15,7 +15,7 @@ # The Draytek firmware file structure was understood with information # from the Draytools project # (https://github.com/ammonium/draytools/ - now removed; I used the -# fork at https://github.com/krolininventions/draytools/). +# fork at https://github.com/krolinventions/draytools/). # # Rather than try and translate MIPS disassembly to Python, this # script implements a rudimentary MIPS assembly interpreter and