hyprlang: add iogamaster to maintainers

This commit is contained in:
IogaMaster 2024-02-21 10:43:05 -07:00
parent 45fa270873
commit 1884e36985
No known key found for this signature in database

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 ];
};
})