From 34c4aa733039e7081df183515405a13ccc9a49be Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Tue, 5 Dec 2023 07:05:27 +0100 Subject: [PATCH 1/3] treewide(maintainers): fix team maintainers for ororatech This is the only team in nixpkgs that unfortunately broke the maintainers schema. --- pkgs/development/python-modules/cobs/default.nix | 2 +- pkgs/development/python-modules/dronecan/default.nix | 2 +- pkgs/development/python-modules/libpcap/default.nix | 2 +- pkgs/development/python-modules/pkg-about/default.nix | 2 +- pkgs/development/python-modules/pycyphal/default.nix | 2 +- pkgs/development/tools/misc/yakut/default.nix | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/cobs/default.nix b/pkgs/development/python-modules/cobs/default.nix index e5ba04c960fea..3324136ed28d5 100644 --- a/pkgs/development/python-modules/cobs/default.nix +++ b/pkgs/development/python-modules/cobs/default.nix @@ -37,6 +37,6 @@ buildPythonPackage rec { ''; homepage = "https://github.com/cmcqueen/cobs-python/"; license = licenses.mit; - maintainers = [ teams.ororatech ]; + maintainers = teams.ororatech.members; }; } diff --git a/pkgs/development/python-modules/dronecan/default.nix b/pkgs/development/python-modules/dronecan/default.nix index 51e7265725a45..1505103146adf 100644 --- a/pkgs/development/python-modules/dronecan/default.nix +++ b/pkgs/development/python-modules/dronecan/default.nix @@ -31,6 +31,6 @@ buildPythonPackage rec { ''; homepage = "https://dronecan.github.io/"; license = licenses.mit; - maintainers = [ teams.ororatech ]; + maintainers = teams.ororatech.members; }; } diff --git a/pkgs/development/python-modules/libpcap/default.nix b/pkgs/development/python-modules/libpcap/default.nix index d094e7715fcaf..2da09a58df910 100644 --- a/pkgs/development/python-modules/libpcap/default.nix +++ b/pkgs/development/python-modules/libpcap/default.nix @@ -62,6 +62,6 @@ buildPythonPackage rec { ''; homepage = "https://github.com/karpierz/libpcap/"; license = licenses.bsd3; - maintainers = [ teams.ororatech ]; + maintainers = teams.ororatech.members; }; } diff --git a/pkgs/development/python-modules/pkg-about/default.nix b/pkgs/development/python-modules/pkg-about/default.nix index 2c1e92c75d842..8cd0a5ef1f046 100644 --- a/pkgs/development/python-modules/pkg-about/default.nix +++ b/pkgs/development/python-modules/pkg-about/default.nix @@ -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; }; } diff --git a/pkgs/development/python-modules/pycyphal/default.nix b/pkgs/development/python-modules/pycyphal/default.nix index b5516bc144e09..c84b22b7b54d2 100644 --- a/pkgs/development/python-modules/pycyphal/default.nix +++ b/pkgs/development/python-modules/pycyphal/default.nix @@ -44,6 +44,6 @@ buildPythonPackage rec { ''; homepage = "https://opencyphal.org/"; license = licenses.mit; - maintainers = [ teams.ororatech ]; + maintainers = teams.ororatech.members; }; } diff --git a/pkgs/development/tools/misc/yakut/default.nix b/pkgs/development/tools/misc/yakut/default.nix index 4c993c19cdcf5..c4589eefb4dee 100644 --- a/pkgs/development/tools/misc/yakut/default.nix +++ b/pkgs/development/tools/misc/yakut/default.nix @@ -46,6 +46,6 @@ buildPythonApplication rec { ''; homepage = "https://github.com/OpenCyphal/yakut/"; license = licenses.mit; - maintainers = [ teams.ororatech ]; + maintainers = teams.ororatech.members; }; } From 3429e794dad2af887b3905b19c89f854fdad8053 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Tue, 5 Dec 2023 07:14:22 +0100 Subject: [PATCH 2/3] maintainer-list: fix gm6k/zeuner data github/githubId was missing. --- maintainers/maintainer-list.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 445aed56fe884..ba1c2182b49b9 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -6715,6 +6715,8 @@ }; gm6k = { email = "nix@quidecco.pl"; + github = "zeuner"; + githubId = 2545850; name = "Isidor Zeuner"; }; gmemstr = { From bc0adb23897c2d9a3016d221259ef25f2a140ab1 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Tue, 5 Dec 2023 07:14:34 +0100 Subject: [PATCH 3/3] maintainer-list: fix tomkoid data github/githubId was missing. --- maintainers/maintainer-list.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index ba1c2182b49b9..6ede7d58713af 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -18469,6 +18469,8 @@ }; tomkoid = { email = "tomaszierl@outlook.com"; + github = "Tomkoid"; + githubId = 67477750; name = "Tomkoid"; }; tomodachi94 = {