meta: update metadata

This commit is contained in:
Zynh Ludwig 2025-01-12 14:37:33 -08:00
parent 54f19683c5
commit c64fd25ecf
4 changed files with 8 additions and 3 deletions

View file

@ -2,6 +2,11 @@
name = "nyazoom"
version = "0.1.0"
edition = "2021"
authors = ["Zynh Ludwig <Zynh0722@gmail.com>"]
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

0
README.md Normal file
View file

View file

@ -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";

View file

@ -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";
};
}