wineasio: add thunze to maintainers

This commit is contained in:
Tom Hunze
2026-02-14 20:16:56 +01:00
parent 5f18e7366b
commit 781755e14f
+4 -1
View File
@@ -89,7 +89,10 @@ stdenv.mkDerivation (finalAttrs: {
gpl2
lgpl21
];
maintainers = with lib.maintainers; [ lovesegfault ];
maintainers = with lib.maintainers; [
lovesegfault
thunze
];
platforms = [ "x86_64-linux" ];
};
})