From 50b3f95b1d027f868675777c7c232e607ab7bb52 Mon Sep 17 00:00:00 2001 From: Wynd Date: Sat, 4 Jan 2025 23:57:34 +0200 Subject: [PATCH] Updated the license field in cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff9eabe..99e2794 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Wynd "] description = "A simple and customizable heatmap for git repos" readme = "README.md" repository = "https://codeberg.org/WyndFTW/git-heatmap" -license = "MIT" +license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html