From 15d022b94ec484cd6c82d0d50203a31d6e19dfb5 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 28 Nov 2023 13:46:44 +0000 Subject: [PATCH] chore: rename cargo/flake project Former-commit-id: 8c57dfb81906b4a9543ddca6e85208bf1b312ee4 --- Cargo.toml | 2 +- flake.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2c19fde..529eb13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "aspiration" +name = "ambition" version = "0.1.0" edition = "2021" diff --git a/flake.nix b/flake.nix index ccbcdb7..838de34 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Rust development environment for Aspiration using fenix"; + description = "Rust development environment for Ambition using fenix"; inputs = { fenix = { @@ -36,7 +36,7 @@ inherit (toolchain) cargo rustc; }) .buildRustPackage { - pname = "aspiration"; + pname = "ambition"; version = "0.1.0"; src = ./.; cargoLock.lockFile = ./Cargo.lock;