From 562003ae0093e2e9b9122cc5a7948d9d3048ed49 Mon Sep 17 00:00:00 2001 From: Didn't read the style guide <50516935+lordkekz@users.noreply.github.com> Date: Tue, 21 May 2024 14:06:35 +0200 Subject: [PATCH] README: Update link nixos.wiki -> wiki.nixos.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e385bf..1c8f1b8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The program is available in: * [Ubuntu](https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=brightnessctl) - starting with 18.04 (and derivatives) * [openSUSE](https://build.opensuse.org/package/show/utilities/brightnessctl) - available in Tumbleweed, use OBS `utilities/brightnessctl` devel project for Leap < 15.1 * [Fedora](https://src.fedoraproject.org/rpms/brightnessctl) - available in Fedora 31+ -* [NixOS/nix](https://search.nixos.org/packages?type=packages&query=brightnessctl) - starting with 17.09, please see the [NixOS Wiki page](https://nixos.wiki/wiki/Backlight#brightnessctl) for the "best-practice" configuration file based installation +* [NixOS/nix](https://search.nixos.org/packages?type=packages&query=brightnessctl) - starting with 17.09, please see the [NixOS Wiki page](https://wiki.nixos.org/wiki/Backlight#brightnessctl) for the "best-practice" configuration file based installation One can build and install the program using `./configure && make install`. Consult `./configure --help` for relevant build-time options.