diff --git a/Cargo.toml b/Cargo.toml index 124defd..3d10ea7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "nyazoom" version = "0.1.0" edition = "2021" +authors = ["Zynh Ludwig "] +readme = "README.md" +homepage = "https://nyazoom.zynh.me" +repository = "https://git.zynh.me/Zynh0722/nyazoom" +description = "file sharing but with cats" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/flake.nix b/flake.nix index 222c71c..8a9d92b 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "A very basic flake"; + description = "nyazoom: file sharing but with cats"; inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; diff --git a/package.nix b/package.nix index 6377e83..4d37de7 100644 --- a/package.nix +++ b/package.nix @@ -42,8 +42,8 @@ rustPlatform.buildRustPackage { ''; meta = { - description = "nyazoom"; - homepage = "https://nyazoom.zynh.me"; + description = "file sharing but with cats"; mainProgram = "nyazoom"; + homepage = "https://nyazoom.zynh.me"; }; }