treewide(maintainers): fix team maintainers for ororatech

This is the only team in nixpkgs that unfortunately broke the maintainers schema.
This commit is contained in:
Raito Bezarius 2023-12-05 07:05:27 +01:00
parent d616185828
commit 34c4aa7330
6 changed files with 6 additions and 6 deletions

View File

@ -37,6 +37,6 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/cmcqueen/cobs-python/";
license = licenses.mit;
maintainers = [ teams.ororatech ];
maintainers = teams.ororatech.members;
};
}

View File

@ -31,6 +31,6 @@ buildPythonPackage rec {
'';
homepage = "https://dronecan.github.io/";
license = licenses.mit;
maintainers = [ teams.ororatech ];
maintainers = teams.ororatech.members;
};
}

View File

@ -62,6 +62,6 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/karpierz/libpcap/";
license = licenses.bsd3;
maintainers = [ teams.ororatech ];
maintainers = teams.ororatech.members;
};
}

View File

@ -54,6 +54,6 @@ buildPythonPackage rec {
homepage = "https://github.com/karpierz/pkg_about/";
changelog = "https://github.com/karpierz/pkg_about/blob/${version}/CHANGES.rst";
license = licenses.zlib;
maintainers = [ teams.ororatech ];
maintainers = teams.ororatech.members;
};
}

View File

@ -44,6 +44,6 @@ buildPythonPackage rec {
'';
homepage = "https://opencyphal.org/";
license = licenses.mit;
maintainers = [ teams.ororatech ];
maintainers = teams.ororatech.members;
};
}

View File

@ -46,6 +46,6 @@ buildPythonApplication rec {
'';
homepage = "https://github.com/OpenCyphal/yakut/";
license = licenses.mit;
maintainers = [ teams.ororatech ];
maintainers = teams.ororatech.members;
};
}