chore: Flake description / pname

This commit is contained in:
Baud 2024-01-28 20:10:38 +00:00
parent 6150f890f3
commit d68b07688a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
description = "Another cool rust disaster from samw.";
description = "ATEM Connection Library (Rust Edition)";
inputs = {
utils.url = "github:numtide/flake-utils";
@ -29,7 +29,7 @@
};
in rec {
packages.default = naersk-lib.buildPackage {
pname = "cool-rust-disaster";
pname = "atem-connection-rs";
root = ./.;
};