wala-rust

Content-adressed HTTP file server
Info | Log | Files | Refs | README | LICENSE

commit cc80610c81849e4eafa6cb767e8434a2052fb7d7
parent ebf925b39b18ed3b8bd9ad02ffe60f59465529df
Author: lash <dev@holbrook.no>
Date:   Sun, 15 Sep 2024 16:59:50 +0100

Correct license in cargo toml

Diffstat:
MCargo.toml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "wala" -version = "0.1.8-beta.1" +version = "0.1.8-beta.2" edition = "2021" rust-version = "1.67" -license = "GPL-3.0-or-later" +license = "AGPL-3.0-or-later" documentation = "https://defalsify.org/pub/doc/wala/0.1.8/wala" description = "Content-adressed HTTP file server" repository = "https://git.defalsify.org/wala"