mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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";
|
||||
homepage = "https://www.odoo.com/";
|
||||
license = licenses.lgpl3Only;
|
||||
maintainers = with maintainers; [
|
||||
license = lib.licenses.lgpl3Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
mkg20001
|
||||
siriobalmelli
|
||||
];
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue