From 741fd4f0e465544039574377d40bcaeb46dd6df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6nauer?= Date: Mon, 17 Oct 2022 22:25:28 +0200 Subject: [PATCH] Changed package details --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2a00c1ed..91e9893a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] -name = "topgrade" -description = "Upgrade all the things" +name = "topgrade-rs" +description = "Upgrade all the things, successor of topgrade" categories = ["os"] keywords = ["upgrade", "update"] license-file = "LICENSE" -repository = "https://github.com/r-darwish/topgrade" +repository = "https://github.com/topgrade-rs/topgrade" version = "9.1.0" -authors = ["Roey Darwish Dror "] +authors = ["Roey Darwish Dror ", "Thomas Schönauer "] exclude = ["doc/screenshot.gif"] edition = "2018" readme = "README.md"