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"
|
name = "nyazoom"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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
|
# 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 = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||||
|
|
|
@ -42,8 +42,8 @@ rustPlatform.buildRustPackage {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "nyazoom";
|
description = "file sharing but with cats";
|
||||||
homepage = "https://nyazoom.zynh.me";
|
|
||||||
mainProgram = "nyazoom";
|
mainProgram = "nyazoom";
|
||||||
|
homepage = "https://nyazoom.zynh.me";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue