Merge pull request #174111 from alyssais/nvidiabl-homepage

This commit is contained in:
Sandro 2022-05-24 21:00:29 +02:00 committed by GitHub
commit 665d95caad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];