We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bd860 commit 31d7fd8Copy full SHA for 31d7fd8
Cybersecurity/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
5
description = "A simple package management tool using apt."
6
authors = ["HackerOS Team <[email protected]>"]
7
license = "MIT" # Added a common license; change if needed
8
-repository = "https://github.com/hackeros/hacker" # Optional: add if you have a repo
+repository = "https://github.com/HackerOS-Linux-System/Hacker-Package-Manager.git"
9
10
[dependencies]
11
colored = "2.0" # Required for colored output in the CLI
0 commit comments