mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
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:
parent
d616185828
commit
34c4aa7330
@ -37,6 +37,6 @@ buildPythonPackage rec {
|
||||
'';
|
||||
homepage = "https://github.com/cmcqueen/cobs-python/";
|
||||
license = licenses.mit;
|
||||
maintainers = [ teams.ororatech ];
|
||||
maintainers = teams.ororatech.members;
|
||||
};
|
||||
}
|
||||
|
@ -31,6 +31,6 @@ buildPythonPackage rec {
|
||||
'';
|
||||
homepage = "https://dronecan.github.io/";
|
||||
license = licenses.mit;
|
||||
maintainers = [ teams.ororatech ];
|
||||
maintainers = teams.ororatech.members;
|
||||
};
|
||||
}
|
||||
|
@ -62,6 +62,6 @@ buildPythonPackage rec {
|
||||
'';
|
||||
homepage = "https://github.com/karpierz/libpcap/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ teams.ororatech ];
|
||||
maintainers = teams.ororatech.members;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -44,6 +44,6 @@ buildPythonPackage rec {
|
||||
'';
|
||||
homepage = "https://opencyphal.org/";
|
||||
license = licenses.mit;
|
||||
maintainers = [ teams.ororatech ];
|
||||
maintainers = teams.ororatech.members;
|
||||
};
|
||||
}
|
||||
|
@ -46,6 +46,6 @@ buildPythonApplication rec {
|
||||
'';
|
||||
homepage = "https://github.com/OpenCyphal/yakut/";
|
||||
license = licenses.mit;
|
||||
maintainers = [ teams.ororatech ];
|
||||
maintainers = teams.ororatech.members;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user