mangowc: add yvnth as maintainer

This commit is contained in:
yvnth
2026-06-17 13:20:44 +05:30
parent e274ce3915
commit c73972677f
+4 -1
View File
@@ -74,7 +74,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "Lightweight and feature-rich Wayland compositor based on dwl";
homepage = "https://mangowm.github.io";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ hustlerone ];
maintainers = with lib.maintainers; [
hustlerone
yvnth
];
platforms = lib.platforms.linux;
};
})