fix: corregir datos del autor (Lic. Ricardo MONLA, rmonla@gmail.com)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ricardo Monla
2026-06-06 17:15:29 -03:00
co-authored by Claude Sonnet 4.6
parent 08a5bbdbf8
commit 9f2c0f4580
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# ============================================================================= # =============================================================================
# isos.conf — Catálogo de ISOs para rm-multiboot # isos.conf — Catálogo de ISOs para rm-multiboot
# ============================================================================= # =============================================================================
# Autor: Ricardo Monla # Autor: Lic. Ricardo MONLA <rmonla@gmail.com>
# GitHub: https://github.com/ricardomonla/rm-MULTIBOOT # GitHub: https://github.com/ricardomonla/rm-MULTIBOOT
# #
# Formato de cada línea: # Formato de cada línea:
+3 -3
View File
@@ -2,8 +2,8 @@
# ============================================================================= # =============================================================================
# rm-multiboot.sh — Gestor de Multiboot desde disco interno # rm-multiboot.sh — Gestor de Multiboot desde disco interno
# ============================================================================= # =============================================================================
# Autor: Ricardo Monla # Autor: Lic. Ricardo MONLA
# Email: ma_fp@yahoo.com.ar # Email: rmonla@gmail.com
# GitHub: https://github.com/ricardomonla/rm-MULTIBOOT # GitHub: https://github.com/ricardomonla/rm-MULTIBOOT
# Versión: 2.0.0 # Versión: 2.0.0
# Licencia: MIT # Licencia: MIT
@@ -20,7 +20,7 @@ set -euo pipefail
# ─── Constantes ─────────────────────────────────────────────────────────────── # ─── Constantes ───────────────────────────────────────────────────────────────
readonly SCRIPT_VERSION="2.0.0" readonly SCRIPT_VERSION="2.0.0"
readonly SCRIPT_AUTHOR="Ricardo Monla" readonly SCRIPT_AUTHOR="Lic. Ricardo MONLA"
readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
readonly ISOS_CONF="$SCRIPT_DIR/isos.conf" readonly ISOS_CONF="$SCRIPT_DIR/isos.conf"