Commit 7d255b3d authored by Will Fancher's avatar Will Fancher
Browse files

maintainers: Align systemd team and package maintenance with GitHub team membership

parent d89fc19e
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -1182,7 +1182,12 @@ with lib.maintainers;
  };

  systemd = {
    members = [ ];
    members = [
      flokli
      arianvp
      elvishjerricco
      aanderse
    ];
    githubTeams = [ "systemd" ];
    scope = "Maintain systemd for NixOS.";
    shortName = "systemd";
+1 −4
Original line number Diff line number Diff line
@@ -1037,10 +1037,7 @@ stdenv.mkDerivation (finalAttrs: {
      ofl
      publicDomain
    ];
    maintainers = with lib.maintainers; [
      flokli
      kloenk
    ];
    teams = [ lib.teams.systemd ];
    pkgConfigModules = [
      "libsystemd"
      "libudev"