From f69b3d754269d2d7c32374925998bed6d57fa392 Mon Sep 17 00:00:00 2001 From: Niko Date: Wed, 3 Jun 2026 19:13:46 +0000 Subject: [PATCH] Update package.json --- package.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c0ef9ae..9964a71 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { "urls": [ - ["identity_iot.py", "github:wide/identity-micropython/identity_iot.py"], - ["identity_iot_ed25519.py", "github:wide/identity-micropython/identity_iot_ed25519.py"], - ["identity_iot_aes.py", "github:wide/identity-micropython/identity_iot_aes.py"] + ["identity_iot.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/identity_iot.py"], + ["identity_iot_ed25519.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/identity_iot_ed25519.py"], + ["identity_iot_aes.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/identity_iot_aes.py"], + ["sha512.py", "https://git.aeonianengineering.net/wide/identity-micropython/raw/branch/main/sha512.py"] + ], + "deps": [ + ["ssd1306", "latest"] ], "version": "0.1.0" -} +} \ No newline at end of file