Merge pull request #272199 from NixOS/data-fixups

authored by Ryan Lahfa and committed by GitHub 676285f3 a6bd1978

+10 -6
+4
maintainers/maintainer-list.nix
··· 6738 6738 }; 6739 6739 gm6k = { 6740 6740 email = "nix@quidecco.pl"; 6741 + github = "zeuner"; 6742 + githubId = 2545850; 6741 6743 name = "Isidor Zeuner"; 6742 6744 }; 6743 6745 gmemstr = { ··· 18546 18548 }; 18547 18549 tomkoid = { 18548 18550 email = "tomaszierl@outlook.com"; 18551 + github = "Tomkoid"; 18552 + githubId = 67477750; 18549 18553 name = "Tomkoid"; 18550 18554 }; 18551 18555 tomodachi94 = {
+1 -1
pkgs/development/python-modules/cobs/default.nix
··· 38 38 ''; 39 39 homepage = "https://github.com/cmcqueen/cobs-python/"; 40 40 license = licenses.mit; 41 - maintainers = [ teams.ororatech ]; 41 + maintainers = teams.ororatech.members; 42 42 }; 43 43 }
+1 -1
pkgs/development/python-modules/dronecan/default.nix
··· 31 31 ''; 32 32 homepage = "https://dronecan.github.io/"; 33 33 license = licenses.mit; 34 - maintainers = [ teams.ororatech ]; 34 + maintainers = teams.ororatech.members; 35 35 }; 36 36 }
+1 -1
pkgs/development/python-modules/libpcap/default.nix
··· 62 62 ''; 63 63 homepage = "https://github.com/karpierz/libpcap/"; 64 64 license = licenses.bsd3; 65 - maintainers = [ teams.ororatech ]; 65 + maintainers = teams.ororatech.members; 66 66 }; 67 67 }
+1 -1
pkgs/development/python-modules/pkg-about/default.nix
··· 54 54 homepage = "https://github.com/karpierz/pkg_about/"; 55 55 changelog = "https://github.com/karpierz/pkg_about/blob/${version}/CHANGES.rst"; 56 56 license = licenses.zlib; 57 - maintainers = [ teams.ororatech ]; 57 + maintainers = teams.ororatech.members; 58 58 }; 59 59 }
+1 -1
pkgs/development/python-modules/pycyphal/default.nix
··· 44 44 ''; 45 45 homepage = "https://opencyphal.org/"; 46 46 license = licenses.mit; 47 - maintainers = [ teams.ororatech ]; 47 + maintainers = teams.ororatech.members; 48 48 }; 49 49 }
+1 -1
pkgs/development/tools/misc/yakut/default.nix
··· 46 46 ''; 47 47 homepage = "https://github.com/OpenCyphal/yakut/"; 48 48 license = licenses.mit; 49 - maintainers = [ teams.ororatech ]; 49 + maintainers = teams.ororatech.members; 50 50 }; 51 51 }