From f43a44e39d550e8e8f4dd60e9ca29c8cae0f165e Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:28:29 +0100 Subject: [PATCH] remove references to Arch Linux --- Cargo.toml | 2 +- TODO.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9421a2f..980767a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pacdef" version = "1.0.0-beta9" edition = "2021" -description = "declarative package manager for Arch Linux" +description = "declarative package manager for Linux" license = "GPL-3.0-or-later" repository = "https://github.com/steven-omaha/pacdef" readme = "README.md" diff --git a/TODO.md b/TODO.md index 018c336..3858746 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,5 @@ - change version names (1.0.0-beta.10) - make table use section header with brackets - tutorial -- remove "Arch" references - update README for subcommands "group", "package" - update completion for new subcommands