From a4cadda6f1e446fd162a2ac3911348cb3d91546a Mon Sep 17 00:00:00 2001 From: Alexander Khodyrev Date: Tue, 17 Sep 2024 18:11:41 +0300 Subject: [PATCH] fix typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 805f831..2242581 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "birdtown-visit-counter"; + description = "birdtown-leaderboard"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; inputs.flake-utils.url = "github:numtide/flake-utils";