about summary refs log tree commit diff
path: root/pkgs/servers/hydron
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/servers/hydron
parentc58bf7d46fab2d92ef7b163ace31e24a5835f855 (diff)
downloadnixlib-b18031c413024ba1b4c96cf7ef8688d98db3f93e.tar
nixlib-b18031c413024ba1b4c96cf7ef8688d98db3f93e.tar.gz
nixlib-b18031c413024ba1b4c96cf7ef8688d98db3f93e.tar.bz2
nixlib-b18031c413024ba1b4c96cf7ef8688d98db3f93e.tar.lz
nixlib-b18031c413024ba1b4c96cf7ef8688d98db3f93e.tar.xz
nixlib-b18031c413024ba1b4c96cf7ef8688d98db3f93e.tar.zst
nixlib-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/servers/hydron')
-rw-r--r--pkgs/servers/hydron/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/hydron/default.nix b/pkgs/servers/hydron/default.nix
index ba163a719b10..bcd909036e6f 100644
--- a/pkgs/servers/hydron/default.nix
+++ b/pkgs/servers/hydron/default.nix
@@ -22,6 +22,6 @@ buildGoModule rec {
     homepage = "https://github.com/bakape/hydron";
     description = "High performance media tagger and organizer";
     license = licenses.lgpl3Plus;
-    maintainers = with maintainers; [ chiiruno ];
+    maintainers = with maintainers; [ Madouura ];
   };
 }