diff options
Diffstat (limited to 'nix/package.nix')
| -rw-r--r-- | nix/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/package.nix b/nix/package.nix index abb3129..bc0a76f 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -11,7 +11,7 @@ let in rustPlatform.buildRustPackage { - pname = "chill-discord-bot"; + pname = "moyai-discord-bot"; version = (lib.importTOML ../Cargo.toml).package.version or "unknown"; src = fs.toSource { @@ -52,9 +52,9 @@ rustPlatform.buildRustPackage { meta = { description = "funni bot"; - homepage = "https://github.com/getchoo/chill"; + homepage = "https://github.com/getchoo/moyai-bot"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ getchoo ]; - mainProgram = "chill"; + mainProgram = "moyai-bot"; }; } |
