mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
odoo: remove with lib
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
parent
cd04f9592c
commit
94edfb41fa
3 changed files with 9 additions and 9 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue