diff --git a/package/atf/Config.in b/package/atf/Config.in index 43a5d4f2c9..800b488945 100644 --- a/package/atf/Config.in +++ b/package/atf/Config.in @@ -6,7 +6,7 @@ config BR2_PACKAGE_ATF ATF, or Automated Testing Framework, is a collection of libraries to write test programs in C, C++ and POSIX shell. - https://github.com/jmmv/atf + https://github.com/freebsd/atf comment "atf needs a toolchain w/ C++" depends on !BR2_INSTALL_LIBSTDCPP diff --git a/package/atf/atf.mk b/package/atf/atf.mk index 9630cf1a33..5c294bd1aa 100644 --- a/package/atf/atf.mk +++ b/package/atf/atf.mk @@ -5,7 +5,7 @@ ################################################################################ ATF_VERSION = 0.21 -ATF_SITE = https://github.com/jmmv/atf/releases/download/atf-$(ATF_VERSION) +ATF_SITE = https://github.com/freebsd/atf/releases/download/atf-$(ATF_VERSION) ATF_INSTALL_STAGING = YES ATF_LICENSE = BSD-2-Clause, BSD-3-Clause ATF_LICENSE_FILES = COPYING