summary refs log tree commit diff
path: root/pkgs/applications/networking
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/applications/networking
parentc58bf7d46fab2d92ef7b163ace31e24a5835f855 (diff)
downloadnixpkgs-b18031c413024ba1b4c96cf7ef8688d98db3f93e.tar
nixpkgs-b18031c413024ba1b4c96cf7ef8688d98db3f93e.tar.gz
nixpkgs-b18031c413024ba1b4c96cf7ef8688d98db3f93e.tar.bz2
nixpkgs-b18031c413024ba1b4c96cf7ef8688d98db3f93e.tar.lz
nixpkgs-b18031c413024ba1b4c96cf7ef8688d98db3f93e.tar.xz
nixpkgs-b18031c413024ba1b4c96cf7ef8688d98db3f93e.tar.zst
nixpkgs-b18031c413024ba1b4c96cf7ef8688d98db3f93e.zip
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/applications/networking')
-rw-r--r--pkgs/applications/networking/browsers/qtchan/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/qtchan/default.nix b/pkgs/applications/networking/browsers/qtchan/default.nix
index 9786fad2fdc..8ad81139fbe 100644
--- a/pkgs/applications/networking/browsers/qtchan/default.nix
+++ b/pkgs/applications/networking/browsers/qtchan/default.nix
@@ -24,7 +24,7 @@ mkDerivation rec {
     description = "4chan browser in qt5";
     homepage    = "https://github.com/siavash119/qtchan";
     license     = licenses.mit;
-    maintainers = with maintainers; [ chiiruno ];
+    maintainers = with maintainers; [ Madouura ];
     platforms   = platforms.unix;
   };
 }