about summary refs log tree commit diff
path: root/pkgs/tools/video
diff options
context:
space:
mode:
authorMadoura <93990818+Madouura@users.noreply.github.com>2022-04-17 18:13:36 -0500
committerGitHub <noreply@github.com>2022-04-18 02:13:36 +0300
commitb18031c413024ba1b4c96cf7ef8688d98db3f93e (patch)
tree6aba9ed793232fbeebbeade6ca9c1e3b9cc9b034 /pkgs/tools/video
parentc58bf7d46fab2d92ef7b163ace31e24a5835f855 (diff)
treewide/meta: Remove chiiruno and replace with Madouura (#169096)
* maintainers: remove chiiruno

* nixos/zeronet.nix: replace chiiruno with Madouura

* nixos/hydron: replace chiiruno with Madouura

* nixos/tests/bcachefs: replace chiiruno with Madouura

* lutris: replace chiiruno with Madouura

* qtchan: replace chiiruno with Madouura

* tinygo: replace chiiruno with Madouura

* vlang: replace chiiruno with Madouura

* merkletools: replace chiiruno with Madouura

* easyjson: replace chiiruno with Madouura

* quicktemplate: replace chiiruno with Madouura

* statik: replace chiiruno with Madouura

* dumb: replace chiiruno with Madouura

* sndio: replace chiiruno with Madouura

* hydron: replace chiiruno with Madouura

* edid-decode-unstable: replace chiiruno with Madouura

* tewisay: replace chiiruno with Madouura

* svt-av1: replace chiiruno with Madouura
Diffstat (limited to 'pkgs/tools/video')
-rw-r--r--pkgs/tools/video/svt-av1/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/video/svt-av1/default.nix b/pkgs/tools/video/svt-av1/default.nix
index 469f76fdc2b25..3c45f2608ebf5 100644
--- a/pkgs/tools/video/svt-av1/default.nix
+++ b/pkgs/tools/video/svt-av1/default.nix
@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
     ];
     platforms = platforms.unix;
     broken = stdenv.isAarch64; # undefined reference to `cpuinfo_arm_linux_init'
-    maintainers = with maintainers; [ chiiruno ];
+    maintainers = with maintainers; [ Madouura ];
   };
 }