Loading pkgs/tools/system/gotop/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -44,12 +44,12 @@ buildGoModule (finalAttrs: { installManPage gotop.1 ''; meta = with lib; { meta = { description = "Terminal based graphical activity monitor inspired by gtop and vtop"; homepage = "https://github.com/xxxserxxx/gotop"; changelog = "https://github.com/xxxserxxx/gotop/raw/v${finalAttrs.version}/CHANGELOG.md"; license = licenses.mit; maintainers = [ maintainers.magnetophon ]; license = lib.licenses.mit; maintainers = [ lib.maintainers.magnetophon ]; mainProgram = "gotop"; }; }) Loading
pkgs/tools/system/gotop/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -44,12 +44,12 @@ buildGoModule (finalAttrs: { installManPage gotop.1 ''; meta = with lib; { meta = { description = "Terminal based graphical activity monitor inspired by gtop and vtop"; homepage = "https://github.com/xxxserxxx/gotop"; changelog = "https://github.com/xxxserxxx/gotop/raw/v${finalAttrs.version}/CHANGELOG.md"; license = licenses.mit; maintainers = [ maintainers.magnetophon ]; license = lib.licenses.mit; maintainers = [ lib.maintainers.magnetophon ]; mainProgram = "gotop"; }; })