From f2b2088a61ec81b2f49662bef1aa4a816c286506 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 1 Mar 2024 15:22:58 +0100 Subject: [PATCH] changed meta in nix pkg --- pkg.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg.nix b/pkg.nix index 926d335..ce6c3e2 100644 --- a/pkg.nix +++ b/pkg.nix @@ -19,10 +19,10 @@ stdenv.mkDerivation buildGoModule rec { }; vendorHash = "sha256-sK+blqs5DDcF2Am6GNpkZhQ/AvoDqpxrWZa4rb3v5iE="; meta = with lib; { - description = "Simple command-line snippet manager, written in Go"; - homepage = "https://github.com/knqyf263/pet"; + description = "A Foosball data aggregator, analyzers, and manager based on Kickertool."; + homepage = "https://github.com/crispgm/kicker-cli/"; license = licenses.mit; - maintainers = with maintainers; [ kalbasit ]; + maintainers = with maintainers; [ crispgm ]; }; }