about summary refs log tree commit diff
path: root/pkgs/by-name/hy
diff options
context:
space:
mode:
authorIogaMaster <iogamastercode@gmail.com>2024-02-21 10:58:15 -0700
committerIogaMaster <iogamastercode@gmail.com>2024-02-21 11:05:00 -0700
commit63b1d34b9db0ee4c0916b7136d4799e784cf6eb5 (patch)
tree984172c4806410d6662b8802650e3950a12c620d /pkgs/by-name/hy
parent1884e36985852d5a092b2e03f80da05739eeb513 (diff)
hyprlang: add fufexan to maintainers
Diffstat (limited to 'pkgs/by-name/hy')
-rw-r--r--pkgs/by-name/hy/hyprlang/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/hy/hyprlang/package.nix b/pkgs/by-name/hy/hyprlang/package.nix
index e9d92dfd4c01f..672499f6bee90 100644
--- a/pkgs/by-name/hy/hyprlang/package.nix
+++ b/pkgs/by-name/hy/hyprlang/package.nix
@@ -27,6 +27,6 @@ stdenv.mkDerivation (finalAttrs: {
     description = "The official implementation library for the hypr config language";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ iogamaster ];
+    maintainers = with maintainers; [ iogamaster fufexan ];
   };
 })