commit: 2f3d08a2e0ce2249c0d4168f1b3b8a60fbbfff91
parent 59500f932f45eb213970d55082749ebedf29ffd0
Author: hovercats <hovercatswithlasereyes@protonmail.com>
Date: Mon, 1 Jan 2024 18:59:37 +0100
openbsd: fix url not working. closes #71
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/openbsd/url b/pkg/openbsd/url
@@ -1,5 +1,5 @@
remote-name
-url = "https://fastly.cdn.openbsd.org/pub/OpenBSD/7.3/src.tar.gz"
+url = "https://cdn.openbsd.org/pub/OpenBSD/7.3/src.tar.gz"
remote-name
-url = "https://fastly.cdn.openbsd.org/pub/OpenBSD/7.3/sys.tar.gz"
+url = "https://cdn.openbsd.org/pub/OpenBSD/7.3/sys.tar.gz"