Commit Diff


commit - 2660ab54237254131a6d6358fef11ac7e6f2f700
commit + 0eb1f797c97dc11cfd443e4e788b2c22fb688459
blob - e5d336d2b0945917c1069c833de8d7c62531ec7c
blob + dfca828319b632d065a2c8706a534180f9126eed
--- Cargo.lock
+++ Cargo.lock
@@ -96,20 +96,6 @@ source = "registry+https://github.com/rust-lang/crates
 checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
 
 [[package]]
-name = "arch-orphans"
-version = "0.1.0"
-dependencies = [
- "alpm",
- "alpm-utils",
- "anyhow",
- "chrono",
- "clap",
- "pacmanconf",
- "raur",
- "tokio",
-]
-
-[[package]]
 name = "async-trait"
 version = "0.1.68"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -441,6 +427,20 @@ source = "registry+https://github.com/rust-lang/crates
 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 
 [[package]]
+name = "helpaur"
+version = "0.1.0"
+dependencies = [
+ "alpm",
+ "alpm-utils",
+ "anyhow",
+ "chrono",
+ "clap",
+ "pacmanconf",
+ "raur",
+ "tokio",
+]
+
+[[package]]
 name = "hermit-abi"
 version = "0.2.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
blob - df0dbeb3d583d63bbbe393a55d00cf02a9335e7e
blob + 06f10515d390cf967ed5daef17d2160509c93963
--- Cargo.toml
+++ Cargo.toml
@@ -3,12 +3,12 @@
 # SPDX-License-Identifier: CC0-1.0
 
 [package]
-name = "arch-orphans"
+name = "helpaur"
 authors = ["witcher <witcher@wiredspace.de>"]
 version = "0.1.0"
 edition = "2021"
-description = "Show installed and flagged AUR packages"
-repository = "https://git.sr.ht/~witcher/archo-orphans"
+description = "Help maintaining the AUR by looking for packages to maintain"
+repository = "https://git.sr.ht/~witcher/helpaur"
 license = "GPL-3.0-only"
 
 [dependencies]