From 421df4929f19e82d7bc1d6ffe296b90328f1ad98 Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Sat, 6 Jul 2024 16:03:50 -0400 Subject: [PATCH] Update `nxtik` license. --- home/packages/nxtik/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/packages/nxtik/package.nix b/home/packages/nxtik/package.nix index 6177826..bd11afa 100644 --- a/home/packages/nxtik/package.nix +++ b/home/packages/nxtik/package.nix @@ -10,8 +10,8 @@ rustPlatform.buildRustPackage { src = fetchFromGitHub { owner = "jam1garner"; repo = "nxtik"; - rev = "b01fa605505b9bb38fac9ca6253f61b86f11abf8"; - hash = "sha256-S2vPMrwO6spasmkr3QXp0z6NGpwxxCpbxuVikMu3VOs="; + rev = "63be4e4aedbc371111aef692debeb1024eb6bf41"; + hash = "sha256-2m1uJGHj/7qVUUIi5bbzOKxpGnFfGG1b41HCQLuUyeU="; }; cargoLock = { @@ -23,9 +23,9 @@ rustPlatform.buildRustPackage { }; meta = { - description = "A library and tool for parsing and outputting informatino about Nintendo Switch .tik files"; + description = "Tool for parsing and outputting informatino about Nintendo Switch .tik files"; homepage = "https://github.com/jam1garner/nxtik"; - license = lib.licenses.unfree; # TODO: Developer forgot to add a license file. + license = lib.licenses.mit; maintainers = with lib.maintainers; [ ]; mainProgram = "nxtik"; };