summary refs log tree commit diff
path: root/nixos/tests/handbrake.nix
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2021-09-12 14:42:12 +0000
committerDaniël de Kok <me@danieldk.eu>2021-09-12 14:42:12 +0000
commit6f2ce2a65e33ca00c5cb7f32b7ee871b05d66735 (patch)
treef9b75c98a13396fea313cc0591999561c17aabf5 /nixos/tests/handbrake.nix
parent40fb94e3b7a45e0e131333fa40727b688748b062 (diff)
downloadnixpkgs-6f2ce2a65e33ca00c5cb7f32b7ee871b05d66735.tar
nixpkgs-6f2ce2a65e33ca00c5cb7f32b7ee871b05d66735.tar.gz
nixpkgs-6f2ce2a65e33ca00c5cb7f32b7ee871b05d66735.tar.bz2
nixpkgs-6f2ce2a65e33ca00c5cb7f32b7ee871b05d66735.tar.lz
nixpkgs-6f2ce2a65e33ca00c5cb7f32b7ee871b05d66735.tar.xz
nixpkgs-6f2ce2a65e33ca00c5cb7f32b7ee871b05d66735.tar.zst
nixpkgs-6f2ce2a65e33ca00c5cb7f32b7ee871b05d66735.zip
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.
Diffstat (limited to 'nixos/tests/handbrake.nix')
-rw-r--r--nixos/tests/handbrake.nix2
1 files changed, 1 insertions, 1 deletions
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, ... }: {