Skip to content

Commit d90a3fc

Browse files
committed
fix(readme): add link to the wiki page on unfree software
1 parent dbd1339 commit d90a3fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ That said, you can now use a different set of extensions for `VS Code`/`VSCodium
1919
- An extension is missing if it doesn't appear during a particular workflow run in a `VS Code Marketplace` or an `Open VSX` response about the full set of available extensions ([discussion](https://github.com/nix-community/nix-vscode-extensions/issues/16#issuecomment-1441025955)).
2020
- We let missing extensions remain in cache files (see [data/cache](./data/cache)) at most `maxMissingTimes` (specified in [.github/config.yaml](.github/config.yaml)).
2121
- We don't automatically handle extension packs. You should look up extensions in a pack and explicitly write all necessary extensions.
22-
- Unfree extensions from `nixpkgs` stay unfree here (see [Special extensions](#special-extensions)).
22+
- [Unfree](https://wiki.nixos.org/wiki/Unfree_software) extensions from `nixpkgs` stay unfree here (see [Special extensions](#special-extensions)).
2323

2424
## Template
2525

@@ -293,7 +293,7 @@ Optionally, create and link there issues explaining chosen functions.
293293

294294
Each extension, including [Extra extensions](#extra-extensions), is built via one of the provided functions.
295295

296-
These functions don't modify `meta` of ([unfree](https://wiki.nixos.org/wiki/Unfree_software)) extensions from `nixpkgs`.
296+
These functions don't modify the license of ([unfree](https://wiki.nixos.org/wiki/Unfree_software)) extensions from `nixpkgs`.
297297

298298
#### Build problems
299299

0 commit comments

Comments
 (0)