odoo: remove with lib

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij 2025-05-06 13:17:17 +05:30
parent cd04f9592c
commit 94edfb41fa
3 changed files with 9 additions and 9 deletions

View file

@ -97,11 +97,11 @@ python.pkgs.buildPythonApplication rec {
}; };
}; };
meta = with lib; { meta = {
description = "Open Source ERP and CRM"; description = "Open Source ERP and CRM";
homepage = "https://www.odoo.com/"; homepage = "https://www.odoo.com/";
license = licenses.lgpl3Only; license = lib.licenses.lgpl3Only;
maintainers = with maintainers; [ maintainers = with lib.maintainers; [
mkg20001 mkg20001
siriobalmelli siriobalmelli
]; ];

View file

@ -96,10 +96,10 @@ python.pkgs.buildPythonApplication rec {
}; };
}; };
meta = with lib; { meta = {
description = "Open Source ERP and CRM"; description = "Open Source ERP and CRM";
homepage = "https://www.odoo.com/"; homepage = "https://www.odoo.com/";
license = licenses.lgpl3Only; license = lib.licenses.lgpl3Only;
maintainers = with maintainers; [ mkg20001 ]; maintainers = with lib.maintainers; [ mkg20001 ];
}; };
} }

View file

@ -116,11 +116,11 @@ python.pkgs.buildPythonApplication rec {
}; };
}; };
meta = with lib; { meta = {
description = "Open Source ERP and CRM"; description = "Open Source ERP and CRM";
homepage = "https://www.odoo.com/"; homepage = "https://www.odoo.com/";
license = licenses.lgpl3Only; license = lib.licenses.lgpl3Only;
maintainers = with maintainers; [ maintainers = with lib.maintainers; [
mkg20001 mkg20001
siriobalmelli siriobalmelli
]; ];