Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6715,6 +6715,8 @@
};
gm6k = {
email = "nix@quidecco.pl";
github = "zeuner";
githubId = 2545850;
name = "Isidor Zeuner";
};
gmemstr = {
Expand Down Expand Up @@ -18467,6 +18469,8 @@
};
tomkoid = {
email = "tomaszierl@outlook.com";
github = "Tomkoid";
githubId = 67477750;
name = "Tomkoid";
};
tomodachi94 = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/cobs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/cmcqueen/cobs-python/";
license = licenses.mit;
maintainers = [ teams.ororatech ];
maintainers = teams.ororatech.members;
Copy link
Member

@Artturin Artturin Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checkMeta checks for a list of attrs, not a list of maintainer entries.

There's a todo to use the maintainer type

maintainers = listOf (attrsOf anything); # TODO use the maintainer type from lib/tests/maintainer-module.nix

};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/dronecan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ buildPythonPackage rec {
'';
homepage = "https://dronecan.github.io/";
license = licenses.mit;
maintainers = [ teams.ororatech ];
maintainers = teams.ororatech.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/libpcap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/karpierz/libpcap/";
license = licenses.bsd3;
maintainers = [ teams.ororatech ];
maintainers = teams.ororatech.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pkg-about/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pycyphal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ buildPythonPackage rec {
'';
homepage = "https://opencyphal.org/";
license = licenses.mit;
maintainers = [ teams.ororatech ];
maintainers = teams.ororatech.members;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/yakut/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ buildPythonApplication rec {
'';
homepage = "https://github.com/OpenCyphal/yakut/";
license = licenses.mit;
maintainers = [ teams.ororatech ];
maintainers = teams.ororatech.members;
};
}