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