Fix description for RISC-V and AVR GNAT 13.2.1 (#969)

This commit is contained in:
Fabien Chouteau
2024-01-19 10:29:07 +00:00
committed by GitHub
parent ef1e18e385
commit ed68b4e0c4
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
name = "gnat_avr_elf"
version = "13.2.1"
provides = ["gnat=13.2.1"]
description = "The GNAT Ada compiler - RISC-V cross-compiler"
description = "The GNAT Ada compiler - AVR cross-compiler"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
@@ -2,7 +2,7 @@
name = "gnat_riscv64_elf"
version = "13.2.1"
provides = ["gnat=13.2.1"]
description = "The GNAT Ada compiler - AVR cross-compiler"
description = "The GNAT Ada compiler - RISC-V cross-compiler"
maintainers = ["chouteau@adacore.com"]
maintainers-logins = ["Fabien-Chouteau"]
licenses = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"