gotop: remove with lib; from meta

This commit is contained in:
Daniel Nagy
2025-04-15 18:00:00 +02:00
parent def5bfa84b
commit c9cf436d68
+3 -3
View File
@@ -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";
};
})