Skip to content

Commit

Permalink
changed meta in nix pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna authored and crispgm committed Mar 2, 2024
1 parent c2f8f7c commit f2b2088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit f2b2088

Please sign in to comment.