rename to the typo i keep making

This commit is contained in:
nora 2024-08-26 01:58:37 +02:00
parent 094afb02fe
commit 8b7daaf0cf
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{ pkgs ? import <nixpkgs> { } }: pkgs.rustPlatform.buildRustPackage {
src = pkgs.lib.cleanSource ./.;
pname = "qotdd";
pname = "quotdd";
version = "0.1.0";
cargoLock.lockFile = ./Cargo.lock;
}