From 67446d192d2fb7b26423878fd91201b0d7374618 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:12:51 +0800 Subject: [PATCH] Remove URL from BipBuffer package entry (#25439) ref https://github.com/MarcAzar/BipBuffer/pull/1 (cherry picked from commit 80b43ad6ce907dba0681f7290124e97da63a27dd) --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 981ae34979..b00666f08c 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -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"