Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinefrasca authored Jan 9, 2025
2 parents b874648 + b872c67 commit c7e067d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ To submit your package to the Modular community channel, you’ll need to:
2. Add a folder to the `/recipes` folder. Give it the same name as your package.
3. In the folder for your package, include a rattler-build recipe file named `recipe.yaml` and a file that includes tests for your package.

Before submitting a package, please [join the early access program](https://forum.modular.com/t/community-channel-early-access/213) to get access to the full instructions and guidelines (plus, you'll get swag!).
Before submitting a package, please [join the early access program](https://forum.modular.com/t/getting-started-with-community-packages/219) to get access to the full instructions and guidelines (plus, you'll get swag!).
5 changes: 1 addition & 4 deletions recipes/mojmelo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![BSD-3-Clause License][license-shield]][license-url]
![CodeQL](https://github.com/yetalit/Mojmelo/workflows/CodeQL/badge.svg)
![CodeQL](https://github.com/yetalit/Mojmelo/actions/workflows/codeql.yml/badge.svg)

<br />
<div align="center">
<a href="https://github.com/yetalit/mojmelo">
<img src="./image.jpeg" alt="Logo" width="256" height="256">
</a>
<h3 align="center">Mojmelo</h3>
<p align="center">
<a href="https://github.com/yetalit/mojmelo/issues/new?labels=bug&template=bug-report---.md">Report Bug</a>
Expand Down
Binary file removed recipes/mojmelo/avatar.jpeg
Binary file not shown.
2 changes: 1 addition & 1 deletion recipes/mojmelo/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
- mojo package mojmelo -o ${{ PREFIX }}/lib/mojo/mojmelo.mojopkg
requirements:
host:
- max
- max <24.6
run:
- ${{ pin_compatible('max') }}

Expand Down

0 comments on commit c7e067d

Please sign in to comment.