From d6e446522f82455a134e2f1b97b42bd111ec7793 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 27 Nov 2024 14:44:11 +0100 Subject: [PATCH] Update flake description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 788368a..416aa1d 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-3.0-only { - description = "Build zonewatch"; + description = "Increment the serial number in a DNS zone file if something changes"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";