bottom: remove with lib;, order meta attrs

This commit is contained in:
Gutyina Gergő
2024-12-11 09:33:07 +01:00
parent 537c6af0bb
commit d597f4d7f4
+5 -5
View File
@@ -49,15 +49,15 @@ rustPlatform.buildRustPackage rec {
package = bottom;
};
meta = with lib; {
meta = {
changelog = "https://github.com/ClementTsang/bottom/blob/${version}/CHANGELOG.md";
description = "Cross-platform graphical process/system monitor with a customizable interface";
homepage = "https://github.com/ClementTsang/bottom";
changelog = "https://github.com/ClementTsang/bottom/blob/${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [
license = lib.licenses.mit;
mainProgram = "btm";
maintainers = with lib.maintainers; [
berbiche
figsoda
];
mainProgram = "btm";
};
}