From e769f685b3a0a530a4e0c582d021861c5d612b4f Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Tue, 4 Feb 2025 18:23:07 -0500 Subject: moyai (#266) * chill -> moyai * license: update year * treewide: update deps --- nix/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nix/package.nix') 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"; }; } -- cgit v1.2.3