From 65bf4a85e4310112a202dbaab46198f39c2eae72 Mon Sep 17 00:00:00 2001 From: rvcas Date: Tue, 23 May 2023 10:40:13 -0400 Subject: [PATCH] chore: adjustment cargo.toml --- Cargo.toml | 1 - LICENSE | 3 +-- README.md | 5 ----- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a9965f94..6a22a2d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,6 @@ members = ["crates/*"] [profile.release] -# debug = true strip = true [workspace.metadata.release] diff --git a/LICENSE b/LICENSE index db8bfb65..626d0981 100644 --- a/LICENSE +++ b/LICENSE @@ -187,8 +187,7 @@ identification within third-party archives. Copyright 2016-2022 Louis Pilfold (as Gleam) - Copyright 2022 Lucas Rosa (as Aiken) - Copyright 2022-Present TxPipe & Cardano Foundation (as Aiken) + Copyright 2022-Present TxPipe & Lucas Rosa (as Aiken) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index f3f11dc3..59423e16 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,6 @@ For more information please see the [user manual](https://aiken-lang.org). -## Roadmap - -Aiken defines its roadmap [using _Github Milestones_](https://aiken-lang.org/#roadmap). -The roadmap isn't set in stone, but gives a high-level overview of where the project is headed for. - ## Contributing Want to contribute? See [CONTRIBUTING.md](./CONTRIBUTING.md) to know how.