From 3075f905b0c9c912a885556cf139ba318f3a6d97 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Tue, 19 Sep 2023 11:06:37 +0200 Subject: [PATCH] update description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 188e0ea..d291ef1 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Get status information about multiple Git repositories"; + description = "Show a status summary of multiple Git repositories"; outputs = { self, nixpkgs }@inputs: let forAllSystems = nixpkgs.lib.genAttrs nixpkgs.lib.platforms.unix;