diff --git a/pkgs/by-name/or/orbiton/package.nix b/pkgs/by-name/or/orbiton/package.nix index e4db790576631..cf7e217980000 100644 --- a/pkgs/by-name/or/orbiton/package.nix +++ b/pkgs/by-name/or/orbiton/package.nix @@ -17,7 +17,7 @@ buildGoModule rec { src = fetchFromGitHub { owner = "xyproto"; repo = "orbiton"; - rev = "v${version}"; + tag = "v${version}"; hash = "sha256-7h8U6Ye5Jyf0UmV/+6yHv9QBEtxYHlDBq+T09tmywnM="; }; @@ -48,11 +48,11 @@ buildGoModule rec { wrapProgram $out/bin/og --prefix PATH : $out/bin ''; - meta = with lib; { + meta = { description = "Config-free text editor and IDE limited to VT100"; homepage = "https://orbiton.zip"; - license = licenses.bsd3; - maintainers = with maintainers; [ sikmir ]; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ sikmir ]; mainProgram = "o"; }; }