Merge pull request #272199 from NixOS/data-fixups

This commit is contained in:
Ryan Lahfa
2023-12-09 14:07:18 +01:00
committed by GitHub
7 changed files with 10 additions and 6 deletions
+4
View File
@@ -6738,6 +6738,8 @@
};
gm6k = {
email = "nix@quidecco.pl";
github = "zeuner";
githubId = 2545850;
name = "Isidor Zeuner";
};
gmemstr = {
@@ -18546,6 +18548,8 @@
};
tomkoid = {
email = "tomaszierl@outlook.com";
github = "Tomkoid";
githubId = 67477750;
name = "Tomkoid";
};
tomodachi94 = {
@@ -38,6 +38,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;
};
}