aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2024-10-10 00:11:32 -0600
committerMelody Horn <melody@boringcactus.com>2024-10-10 00:11:32 -0600
commitef7716ed989c47257b402e572386ef7938e883ec (patch)
tree57838d7d5952ccc9645672b835d2aabc7830c21a /Cargo.toml
parente0db38988af0f606a6aea1999d89b3abf62dae24 (diff)
downloadmakers-ef7716ed989c47257b402e572386ef7938e883ec.tar.gz
makers-ef7716ed989c47257b402e572386ef7938e883ec.zip
i am altering the license. pray i don’t alter it any further
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 60f9c04..e873519 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
description = "a POSIX-compatible make implemented in Rust"
readme = "README.md"
repository = "https://code.boringcactus.com/makers/"
-license-file = "LICENSE.md"
+license-file = "LICENSE.txt"
keywords = ["build", "make"]
categories = ["development-tools"]