xaos: add coolcuber as maintainer (#532740)

This commit is contained in:
Yohann Boniface
2026-06-17 17:58:39 +00:00
committed by GitHub
+1
View File
@@ -70,5 +70,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://xaos-project.github.io/";
license = lib.licenses.gpl2Plus;
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [ coolcuber ];
};
})