Remove URL from BipBuffer package entry (#25439)

ref https://github.com/MarcAzar/BipBuffer/pull/1

(cherry picked from commit 80b43ad6ce)
This commit is contained in:
ringabout
2026-01-16 19:12:51 +08:00
committed by narimiran
parent 97c160271c
commit 67446d192d

View File

@@ -43,7 +43,7 @@ when not defined(arm64):
pkg "awk"
pkg "bigints"
pkg "binaryheap", "nim c -r binaryheap.nim"
pkg "BipBuffer", url = "https://github.com/nim-lang/BipBuffer"
pkg "BipBuffer"
pkg "bncurve"
pkg "brainfuck", "nim c -d:release -r tests/compile.nim"
pkg "c2nim", "nim c testsuite/tester.nim"