From 3d1703e5767fd0612e66e7e39b15670b3e983869 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 12 Aug 2023 00:41:21 +0200 Subject: treewide: add matthiasbeyer to a bunch of packages (#248566) --- pkgs/misc/t-rec/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/misc/t-rec') diff --git a/pkgs/misc/t-rec/default.nix b/pkgs/misc/t-rec/default.nix index 2bbfeda4d32..3d6317f71c0 100644 --- a/pkgs/misc/t-rec/default.nix +++ b/pkgs/misc/t-rec/default.nix @@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec { description = "Blazingly fast terminal recorder that generates animated gif images for the web written in rust"; homepage = "https://github.com/sassman/t-rec-rs"; license = with licenses; [ gpl3Only ]; - maintainers = [ maintainers.hoverbear ]; + maintainers = with maintainers; [ hoverbear matthiasbeyer ]; }; } -- cgit 1.4.1