odoo: remove with lib

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij
2025-05-06 14:10:40 +05:30
parent cd04f9592c
commit 94edfb41fa
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -97,11 +97,11 @@ python.pkgs.buildPythonApplication rec {
};
};
meta = with lib; {
meta = {
description = "Open Source ERP and CRM";
homepage = "https://www.odoo.com/";
license = licenses.lgpl3Only;
maintainers = with maintainers; [
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [
mkg20001
siriobalmelli
];
+3 -3
View File
@@ -96,10 +96,10 @@ python.pkgs.buildPythonApplication rec {
};
};
meta = with lib; {
meta = {
description = "Open Source ERP and CRM";
homepage = "https://www.odoo.com/";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ mkg20001 ];
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ mkg20001 ];
};
}
+3 -3
View File
@@ -116,11 +116,11 @@ python.pkgs.buildPythonApplication rec {
};
};
meta = with lib; {
meta = {
description = "Open Source ERP and CRM";
homepage = "https://www.odoo.com/";
license = licenses.lgpl3Only;
maintainers = with maintainers; [
license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [
mkg20001
siriobalmelli
];