mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
Merge pull request #254029 from delroth/sudo-maintainers
sudo, nixosTests.sudo: refresh set of maintainers
This commit is contained in:
commit
bc63dd8514
@ -5,7 +5,7 @@ let
|
||||
in
|
||||
import ./make-test-python.nix ({ lib, pkgs, ...} : {
|
||||
name = "sudo";
|
||||
meta.maintainers = with lib.maintainers; [ lschuermann ];
|
||||
meta.maintainers = pkgs.sudo.meta.maintainers;
|
||||
|
||||
nodes.machine =
|
||||
{ lib, ... }:
|
||||
|
@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
license = "https://www.sudo.ws/sudo/license.html";
|
||||
|
||||
maintainers = with lib.maintainers; [ eelco delroth ];
|
||||
maintainers = with lib.maintainers; [ delroth ];
|
||||
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user