From eb9dc3c56a6ae3f8c8059dce36b470619ab6f49f Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Mon, 11 Jul 2022 01:41:51 +0000 Subject: [PATCH] Update license --- Cargo.toml | 2 +- qbittorrent-web-api-gen/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 08f5121..bc4196d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "qbittorrent-web-api" version = "0.2.32" edition = "2021" -license-file = "LICENSE" +license = "MIT" keywords = ["qbittorrent"] repository = "https://github.com/JoelWachsler/qbittorrent-web-api" description = "Auto generated api for qBittorrent" diff --git a/qbittorrent-web-api-gen/Cargo.toml b/qbittorrent-web-api-gen/Cargo.toml index 520b3ee..6156af8 100644 --- a/qbittorrent-web-api-gen/Cargo.toml +++ b/qbittorrent-web-api-gen/Cargo.toml @@ -2,7 +2,7 @@ name = "qbittorrent-web-api-gen" version = "0.2.32" edition = "2021" -license-file = "../LICENSE" +license = "MIT" keywords = ["qbittorrent"] repository = "https://github.com/JoelWachsler/qbittorrent-web-api" description = "Auto generated api for qBittorrent"