diff options
author | Melody Horn <melody@boringcactus.com> | 2024-10-10 00:11:32 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2024-10-10 00:11:32 -0600 |
commit | ef7716ed989c47257b402e572386ef7938e883ec (patch) | |
tree | 57838d7d5952ccc9645672b835d2aabc7830c21a /Cargo.toml | |
parent | e0db38988af0f606a6aea1999d89b3abf62dae24 (diff) | |
download | makers-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |