linuxPackages.nvidiabl: use a better homepage

It makes more sense to point this to the fork that we're using, rather
than the upstream.
This commit is contained in:
Alyssa Ross 2022-05-23 12:24:02 +00:00
parent 26e7906a96
commit 062d21eead
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Linux driver for setting the backlight brightness on laptops using NVIDIA GPU";
homepage = "https://github.com/guillaumezin/nvidiabl";
homepage = "https://github.com/yorickvP/nvidiabl";
license = licenses.gpl2;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ yorickvp ];