@@ -4,7 +4,7 @@ ExtractCode
44
55- license: Apache-2.0
66- copyright: copyright (c) nexB. Inc. and others
7- - homepage_url: https://github.com/nexB /extractcode
7+ - homepage_url: https://github.com/aboutcode-org /extractcode
88- keywords: archive, extraction, libarchive, 7zip, scancode-toolkit, extractcode
99
1010Supports Windows, Linux and macOS on 64 bits processors and Python 3.6 to 3.9.
@@ -83,12 +83,12 @@ libmagic) to select the most appropriate extractor or decompressor function.
8383It can handle multi-level archives such as tar.gz and can extract recursively
8484any nested archives.
8585
86- Visit https://aboutcode.org and https://github.com/nexB / for support and download.
86+ Visit https://aboutcode.org and https://github.com/aboutcode-org / for support and download.
8787
8888
8989We run CI tests on:
9090
91- - Azure pipelines https://dev.azure.com/nexB /extractcode/_build
91+ - Azure pipelines https://dev.azure.com/aboutcode-org /extractcode/_build
9292
9393
9494Installation
@@ -109,7 +109,7 @@ In this case, you will need to provide a working and compatible libarchive and
109109find them:
110110
111111- **a typecode-libarchive and typecode-7z plugin **: See the standard ones at
112- https://github.com/nexB /scancode-plugins/tree/main/builtins
112+ https://github.com/aboutcode-org /scancode-plugins/tree/main/builtins
113113 These can either bundle a libarchive library, a 7z executable or expose a
114114 system-installed libraries.
115115 It does so by providing plugin entry points as ``scancode_location_provider ``
@@ -121,8 +121,8 @@ find them:
121121
122122 See for example:
123123
124- - https://github.com/nexB /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_libarchive-linux/setup.py#L40
125- - https://github.com/nexB /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_libarchive-linux/src/extractcode_libarchive/__init__.py#L17
124+ - https://github.com/aboutcode-org /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_libarchive-linux/setup.py#L40
125+ - https://github.com/aboutcode-org /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_libarchive-linux/src/extractcode_libarchive/__init__.py#L17
126126
127127 And in the same way, the ``scancode_location_provider `` for ``extractcode_7zip ``
128128 should point to a ``LocationProviderPlugin `` subclass with a ``get_locations() ``
@@ -132,8 +132,8 @@ find them:
132132
133133 See for example:
134134
135- - https://github.com/nexB /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_7z-linux/setup.py#L40
136- - https://github.com/nexB /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_7z-linux/src/extractcode_7z/__init__.py#L18
135+ - https://github.com/aboutcode-org /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_7z-linux/setup.py#L40
136+ - https://github.com/aboutcode-org /scancode-plugins/blob/4da5fe8a5ab1c87b9b4af9e54d7ad60e289747f5/builtins/extractcode_7z-linux/src/extractcode_7z/__init__.py#L18
137137
138138- use **environment variables ** to point to installed binaries:
139139
@@ -181,14 +181,14 @@ ExtractCode will use these environment variables if set:
181181- EXTRACTCODE_LIBARCHIVE_PATH : the path to the ``libarchive.so `` libarchive
182182 shared library used to support some of the archive formats. If not provided,
183183 ExtractCode will look for a plugin-provided libarchive library path. See
184- https://github.com/nexB /scancode-plugins/tree/main/builtins for such plugins.
184+ https://github.com/aboutcode-org /scancode-plugins/tree/main/builtins for such plugins.
185185 If no plugin contributes libarchive, then a final attempt is made to look for
186186 it in the PATH using standard DLL loading techniques.
187187
188188- EXTRACTCODE_7Z_PATH : the path to the ``7z `` 7zip executable used to support
189189 some of the archive formats. If not provided, ExtractCode will look for a
190190 plugin-provided 7z executable path. See
191- https://github.com/nexB /scancode-plugins/tree/main/builtins for such plugins.
191+ https://github.com/aboutcode-org /scancode-plugins/tree/main/builtins for such plugins.
192192 If no plugin contributes 7z, then a final attempt is made to look for
193193 it in the PATH.
194194
0 commit comments