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";