Skip to content

Commit 6dd51b2

Browse files
authored
fix: use qualified names for compat packages
1 parent 46786e7 commit 6dd51b2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/c/compat.ftxui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
package = {
1212
spec = "1",
1313
namespace = "compat",
14-
name = "ftxui",
14+
name = "compat.ftxui",
1515
description = "C++ Functional Terminal User Interface (screen + dom + component)",
1616
licenses = {"MIT"},
1717
repo = "https://github.com/ArthurSonzogni/FTXUI",

pkgs/c/compat.gtest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
package = {
77
spec = "1",
88
namespace = "compat",
9-
name = "gtest",
9+
name = "compat.gtest",
1010
description = "Google's C++ test framework",
1111
licenses = {"BSD-3-Clause"},
1212
repo = "https://github.com/google/googletest",

pkgs/c/compat.lua.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
package = {
1313
spec = "1",
1414
namespace = "compat",
15-
name = "lua",
15+
name = "compat.lua",
1616
description = "A powerful, efficient, lightweight, embeddable scripting language",
1717
licenses = {"MIT"},
1818
repo = "https://www.lua.org",

pkgs/c/compat.mbedtls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
package = {
1010
spec = "1",
1111
namespace = "compat",
12-
name = "mbedtls",
12+
name = "compat.mbedtls",
1313
description = "An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API",
1414
licenses = {"Apache-2.0"},
1515
repo = "https://github.com/Mbed-TLS/mbedtls",

0 commit comments

Comments
 (0)