From 6543b8e4146670e4814a61848b8a29cb60acdad0 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 6 May 2024 18:26:48 +0200 Subject: [PATCH] chore(flake): rename the description Signed-off-by: Raito Bezarius --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index b06669d..250bc63 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,7 @@ { - # https://github.com/Mic92/buildbot-nix - description = "A nixos module to make buildbot a proper Nix-CI."; + # Original: https://github.com/Mic92/buildbot-nix + # https://git.lix.systems/lix-project/buildbot-nix + description = "A NixOS module to make buildbot a proper Nix-CI for Gerrit."; inputs = { nixpkgs.url = "github:Nixos/nixpkgs/nixos-unstable-small";