From a7d6061b0329ece7bcf35decb9ed70f62720fc27 Mon Sep 17 00:00:00 2001 From: Robin Arnold <1297660+RRArny@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:43:46 +0200 Subject: [PATCH] Fixed license in cargo.toml. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4052906..919796a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2021" authors = ["Robin Arnold"] description = "Console utility for accessing aviation weather information from the command line." -license-file = "LICENSE.txt" +license = "Apache-2.0" homepage = "http://www.robin-arnold.de" repository = "https://github.com/RRArny/wxfetch"