hyprlang: add iogamaster to maintainers

This commit is contained in:
IogaMaster
2024-02-21 10:43:26 -07:00
parent 45fa270873
commit 1884e36985
+1
View File
@@ -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 ];
};
})