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