From a3eb3115bcadb6ba86f3e3dc5c0fcd5a2e762244 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Sat, 8 Oct 2022 08:33:10 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20license=20=F0=9F=98=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96c698f..bba9ad0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bf-interpreter" version = "0.1.0" edition = "2021" authors = ["Anas Elgarhy "] -license = "MIT OR Apache-2.0" +license = "MIT" description = "Brainfu*k interpreter and REPL written in Rust" repository = "https://github.com/anas-elgarhy/bf-interpreter" readme = "README.md"