summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 259ba70..7b1066c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,9 @@
[package]
name = "bb"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
-license-file = "COPYING"
+license = "GPL-3.0-or-later"
+readme = "README.md"
description = "clean simple fast process viewer"
repository = "https://github.com/epilys/bb.git"
categories = ["command-line-utilities", ]