fix(ipkg) ipkg no longer exists and causes error when installing

This commit is contained in:
Keagan Smith 2025-07-17 04:07:05 +10:00
parent 42fc28ba91
commit 276d94294b
2 changed files with 7 additions and 10 deletions

View file

@ -374,9 +374,6 @@
"inko": { "inko": {
"revision": "f58a87ac4dc6a7955c64c9e4408fbd693e804686" "revision": "f58a87ac4dc6a7955c64c9e4408fbd693e804686"
}, },
"ipkg": {
"revision": "8d3e9782f2d091d0cd39c13bfb3068db0c675960"
},
"ispc": { "ispc": {
"revision": "9b2f9aec2106b94b4e099fe75e73ebd8ae707c04" "revision": "9b2f9aec2106b94b4e099fe75e73ebd8ae707c04"
}, },

View file

@ -1109,13 +1109,13 @@ list.inko = {
maintainers = { "@yorickpeterse" }, maintainers = { "@yorickpeterse" },
} }
list.ipkg = { -- list.ipkg = {
install_info = { -- install_info = {
url = "https://github.com/srghma/tree-sitter-ipkg", -- url = "https://github.com/srghma/tree-sitter-ipkg",
files = { "src/parser.c", "src/scanner.c" }, -- files = { "src/parser.c", "src/scanner.c" },
}, -- },
maintainers = { "@srghma" }, -- maintainers = { "@srghma" },
} -- }
list.ispc = { list.ispc = {
install_info = { install_info = {