From 484b22ce25e3b4e4e1a5c898fd8055627c822b5e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 4 Apr 2023 17:27:38 +0200 Subject: [PATCH] manifest: redundant autoupdate.upstream info, it already picks up the upstream's code repo by default --- manifest.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 44a9389..c9f7440 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,7 +44,6 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/audreyt/ethercalc/archive/b196277081d677be991d104e454a52d242ef0189.tar.gz" sha256 = "eaf1b7def67ebf1160d93e403a3930381e99a60f4768809bab653d1c9af26936" - autoupdate.upstream = "https://github.com/audreyt/ethercalc" autoupdate.strategy = "latest_github_commit" [resources.ports]