thokr: adopt (#531168)
This commit is contained in:
@@ -8,8 +8,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "thokr";
|
||||
version = "0.4.1";
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "thatvegandev";
|
||||
owner = "jrnxf";
|
||||
repo = "thokr";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "0aryfx9qlnjdq3iq2d823c82fhkafvibmbz58g48b8ah5x5fv3ir";
|
||||
@@ -19,9 +22,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
description = "Typing tui with visualized results and historical logging";
|
||||
homepage = "https://github.com/thatvegandev/thokr";
|
||||
homepage = "https://github.com/jrnxf/thokr";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ aiyion ];
|
||||
mainProgram = "thokr";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user