summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-10-26 16:35:35 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-10-26 16:35:35 +0300
commit2e9055b85e72f0bf577492f803021a558a8a1a0e (patch)
treeddf016c25835fb3dca6b639d6b59c397113bc80a
parent2973194d9d1d9a9dc91f8824ae929dd1d0ed26a2 (diff)
Update Cargo.toml metadata
-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", ]