From 53b67c45ca65dfea61b41b8af7cc7b28d1879377 Mon Sep 17 00:00:00 2001 From: Nathan F Yospe Date: Wed, 14 Feb 2024 13:37:58 -0500 Subject: [PATCH] Fixing some strings in flake.nix --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 547c6b9..7d16e08 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ -# Copyright (c) 2022 Espresso Systems (espressosys.com) -# This file is part of the HotShot Query Service library. +# Copyright (c) 2024 Espresso Systems (espressosys.com) +# This file is part of the HotShot Builder library. # # This program is free software: you can redistribute it and/or modify it under the terms of the GNU # General Public License as published by the Free Software Foundation, either version 3 of the @@ -11,7 +11,7 @@ # see . { - description = "Generic query service for HotShot applications"; + description = "Generic builder API for HotShot applications"; inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";