Skip to content

Commit eb2bdf0

Browse files
committed
Fix max version for Mojmelo
1 parent 89fe353 commit eb2bdf0

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

recipes/mojmelo/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
[![Stargazers][stars-shield]][stars-url]
44
[![Issues][issues-shield]][issues-url]
55
[![BSD-3-Clause License][license-shield]][license-url]
6-
![CodeQL](https://github.com/yetalit/Mojmelo/workflows/CodeQL/badge.svg)
6+
![CodeQL](https://github.com/yetalit/Mojmelo/actions/workflows/codeql.yml/badge.svg)
77

88
<br />
99
<div align="center">
10-
<a href="https://github.com/yetalit/mojmelo">
11-
<img src="./image.jpeg" alt="Logo" width="256" height="256">
12-
</a>
1310
<h3 align="center">Mojmelo</h3>
1411
<p align="center">
1512
<a href="https://github.com/yetalit/mojmelo/issues/new?labels=bug&template=bug-report---.md">Report Bug</a>

recipes/mojmelo/avatar.jpeg

-109 KB
Binary file not shown.

recipes/mojmelo/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build:
1515
- mojo package mojmelo -o ${{ PREFIX }}/lib/mojo/mojmelo.mojopkg
1616
requirements:
1717
host:
18-
- max
18+
- max <24.6
1919
run:
2020
- ${{ pin_compatible('max') }}
2121

0 commit comments

Comments
 (0)