Merge pull request #230839 from rhendric/rhendric/zenpower-homepage

zenpower: fix homepage
This commit is contained in:
Weijia Wang 2023-05-09 13:19:18 +03:00 committed by GitHub
commit 81fb89a68f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,8 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
inherit (src.meta) homepage;
description = "Linux kernel driver for reading temperature, voltage(SVI2), current(SVI2) and power(SVI2) for AMD Zen family CPUs.";
homepage = "https://github.com/Ta180m/zenpower3";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ alexbakker artturin ];
platforms = [ "x86_64-linux" ];