From 6f2ce2a65e33ca00c5cb7f32b7ee871b05d66735 Mon Sep 17 00:00:00 2001 From: Daniƫl de Kok Date: Sun, 12 Sep 2021 14:42:12 +0000 Subject: treewide: remove danieldk as maintainer from a set of packages I currently do not have much time to work on nixpkgs. Remove myself as a maintainer from a bunch of packages to avoid that people are waiting on me for a review. --- nixos/tests/handbrake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests/handbrake.nix') diff --git a/nixos/tests/handbrake.nix b/nixos/tests/handbrake.nix index 226dc8b2aa8..c92fb5db7d6 100644 --- a/nixos/tests/handbrake.nix +++ b/nixos/tests/handbrake.nix @@ -9,7 +9,7 @@ in { name = "handbrake"; meta = { - maintainers = with pkgs.lib.maintainers; [ danieldk ]; + maintainers = with pkgs.lib.maintainers; [ ]; }; machine = { pkgs, ... }: { -- cgit 1.4.1