tasks: remove with lib from meta

This commit is contained in:
Heitor Augusto
2025-02-15 11:26:15 -03:00
parent 7f59ee6ee4
commit 6ca8f623a6
+4 -4
View File
@@ -87,12 +87,12 @@ rustPlatform.buildRustPackage rec {
updateScript = nix-update-script { };
};
meta = with lib; {
meta = {
description = "Simple task management application for the COSMIC desktop";
homepage = "https://github.com/edfloreshz/tasks";
license = licenses.gpl3Only;
maintainers = with maintainers; [ GaetanLepage ];
platforms = platforms.linux;
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ GaetanLepage ];
platforms = lib.platforms.linux;
mainProgram = "tasks";
};
}