Update nxtik
license.
This commit is contained in:
parent
2fe1b6d614
commit
421df4929f
1 changed files with 4 additions and 4 deletions
|
@ -10,8 +10,8 @@ rustPlatform.buildRustPackage {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jam1garner";
|
owner = "jam1garner";
|
||||||
repo = "nxtik";
|
repo = "nxtik";
|
||||||
rev = "b01fa605505b9bb38fac9ca6253f61b86f11abf8";
|
rev = "63be4e4aedbc371111aef692debeb1024eb6bf41";
|
||||||
hash = "sha256-S2vPMrwO6spasmkr3QXp0z6NGpwxxCpbxuVikMu3VOs=";
|
hash = "sha256-2m1uJGHj/7qVUUIi5bbzOKxpGnFfGG1b41HCQLuUyeU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
|
@ -23,9 +23,9 @@ rustPlatform.buildRustPackage {
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
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";
|
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; [ ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
mainProgram = "nxtik";
|
mainProgram = "nxtik";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue