diff options
Diffstat (limited to 'recipes/build-tools/gnu-sed.recipe')
-rw-r--r-- | recipes/build-tools/gnu-sed.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/build-tools/gnu-sed.recipe b/recipes/build-tools/gnu-sed.recipe index 1a40059d..ff53b5a0 100644 --- a/recipes/build-tools/gnu-sed.recipe +++ b/recipes/build-tools/gnu-sed.recipe @@ -7,7 +7,7 @@ class Recipe(recipe.Recipe): version = '4.2.2' licenses = [License.GPLv2] stype = SourceType.TARBALL - url = 'https://ftp.gnu.org/gnu/sed/sed-%(version)s.tar.gz' + url = 'gnu://sed/sed-%(version)s.tar.gz' tarball_checksum = 'fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff' def prepare(self): |