summaryrefslogtreecommitdiff
path: root/nix/package.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-04 18:23:07 -0500
committerGitHub <[email protected]>2025-02-04 18:23:07 -0500
commite769f685b3a0a530a4e0c582d021861c5d612b4f (patch)
tree739a5769adddc14c78d43dca3f300b4f3853859c /nix/package.nix
parent01709ce23d6e5b234dfed67bd4845251da0a4c35 (diff)
moyai (#266)
* chill -> moyai * license: update year * treewide: update deps
Diffstat (limited to 'nix/package.nix')
-rw-r--r--nix/package.nix6
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";
};
}