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:43:05 -0700
committerIogaMaster <iogamastercode@gmail.com>2024-02-21 10:43:26 -0700
commit1884e36985852d5a092b2e03f80da05739eeb513 (patch)
treed7d5b0fc22ffd6c12664c4620ed7f7175b92ff10 /pkgs/by-name/hy
parent45fa2708731c929173f01878ce9483bd5b151d60 (diff)
hyprlang: add iogamaster to maintainers
Diffstat (limited to 'pkgs/by-name/hy')
-rw-r--r--pkgs/by-name/hy/hyprlang/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/hy/hyprlang/package.nix b/pkgs/by-name/hy/hyprlang/package.nix
index 752effc3c5365..e9d92dfd4c01f 100644
--- a/pkgs/by-name/hy/hyprlang/package.nix
+++ b/pkgs/by-name/hy/hyprlang/package.nix
@@ -27,5 +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 ];
   };
 })