meta: update metadata
This commit is contained in:
parent
54f19683c5
commit
c64fd25ecf
4 changed files with 8 additions and 3 deletions
|
@ -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
0
README.md
Normal 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";
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue