about summary refs log tree commit diff
path: root/pkgs/tools/wayland/wl-mirror
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2022-01-01 13:47:40 +0100
committerPatrick Hilhorst <git@hilhorst.be>2022-01-01 13:47:40 +0100
commit09a558e50fb849b74d432d1733849d8ad85169c6 (patch)
tree66167a8da4514f9ea15d21189cffe17b653faae0 /pkgs/tools/wayland/wl-mirror
parentc18f0fd9cec0902500f0fe70faaa23720bf1411f (diff)
wl-mirror: add synthetica (myself) as maintainer
Diffstat (limited to 'pkgs/tools/wayland/wl-mirror')
-rw-r--r--pkgs/tools/wayland/wl-mirror/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/wayland/wl-mirror/default.nix b/pkgs/tools/wayland/wl-mirror/default.nix
index bf89d61adbebe..4476c5be93c7d 100644
--- a/pkgs/tools/wayland/wl-mirror/default.nix
+++ b/pkgs/tools/wayland/wl-mirror/default.nix
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/Ferdi265/wl-mirror";
     description = "Mirrors an output onto a Wayland surface.";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ twitchyliquid64 ];
+    maintainers = with maintainers; [ synthetica twitchyliquid64 ];
     platforms = platforms.linux;
   };
 }