From fcc1f799c0f590898325d89d57549c12788eccf0 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Tue, 3 Mar 2020 17:32:54 +0300 Subject: [PATCH] fix icon URL, add release notes notification Signed-off-by: R4SAS --- yggdrasil/yggdrasil.nuspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yggdrasil/yggdrasil.nuspec b/yggdrasil/yggdrasil.nuspec index 4901bb0..33147b5 100644 --- a/yggdrasil/yggdrasil.nuspec +++ b/yggdrasil/yggdrasil.nuspec @@ -10,7 +10,7 @@ Yggdrasil Network Yggdrasil Network https://yggdrasil-network.github.io/ - https://github.com/r4sas/chocolatey-packages/blob/master/yggdrasil/icon/yggdrasil-512.png + https://raw.githubusercontent.com/r4sas/chocolatey-packages/master/yggdrasil/icon/yggdrasil-512.png https://github.com/yggdrasil-network/yggdrasil-go/blob/master/LICENSE true https://github.com/yggdrasil-network/yggdrasil-go @@ -31,6 +31,7 @@ algorithm based on a globally-agreed spanning tree and greedy routing in a metric space, and aims to implement some novel local backpressure routing techniques. In theory, Yggdrasil should scale well on networks with internet-like topologies. + Release notes can be found in [changelog](https://github.com/yggdrasil-network/yggdrasil-go/blob/master/CHANGELOG.md).