From 584894cc3e323d65851e1d118dccd6a393803f2e Mon Sep 17 00:00:00 2001 From: Raymon Zutekouw Date: Sun, 27 Jul 2025 20:53:18 +0200 Subject: [PATCH] Migrate repo to codeberg --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea6a972..62b1920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ MBLF is a programming language on top of the esoteric programming language Brain authors = ["Raymon Zutekouw "] -repository = "https://github.com/MBLF-Project/mblf" +repository = "https://codeberg.org/MeltingSilicon/compiler-mblf" license = "MIT OR Apache-2.0" keywords = ["compiler", "mblf", "brainfuck", "pest"]