linuxPackages.acpi_call: set meta.license and meta.homepage

wip/yesman
Robert Schütz 3 years ago
parent 5d10c746e4
commit 613b85bb1d
  1. 3
      pkgs/os-specific/linux/acpi-call/default.nix

@ -27,8 +27,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
maintainers = with maintainers; [ raskin mic92 ];
inherit (src.meta) homepage;
homepage = "https://github.com/nix-community/acpi_call";
platforms = platforms.linux;
description = "A module allowing arbitrary ACPI calls; use case: hybrid video";
license = licenses.gpl3Plus;
};
}

Loading…
Cancel
Save