mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
zenmonitor: inherit meta.homepage from new src (#348009)
This commit is contained in:
commit
98ebbdba36
@ -18,9 +18,9 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
||||
|
||||
meta = with lib; {
|
||||
inherit (src.meta) homepage;
|
||||
description = "Monitoring software for AMD Zen-based CPUs";
|
||||
mainProgram = "zenmonitor";
|
||||
homepage = "https://github.com/Ta180m/zenmonitor3";
|
||||
license = licenses.mit;
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ alexbakker artturin ];
|
||||
|
Loading…
Reference in New Issue
Block a user