gotop: remove with lib; from meta
This commit is contained in:
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user