poppler: change the URL of the test repository (#45857)

* poppler: change the URL of the test repository
This commit is contained in:
Juan Miguel Carceller 2024-08-23 03:03:28 +02:00 committed by GitHub
parent ef45c392e0
commit c49269f9dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,9 +77,7 @@ class Poppler(CMakePackage):
# Only needed to run `make test` # Only needed to run `make test`
resource( resource(
name="test", name="test", git="git://git.freedesktop.org/git/poppler/test.git", placement="testdata"
git="https://anongit.freedesktop.org/git/poppler/test.git",
placement="testdata",
) )
def cmake_args(self): def cmake_args(self):