hyprlang: add fufexan to maintainers

This commit is contained in:
IogaMaster
2024-02-21 11:05:00 -07:00
parent 1884e36985
commit 63b1d34b9d
+1 -1
View File
@@ -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 ];
};
})