linuxPackages.acpi_call: set meta.license and meta.homepage
This commit is contained in:
parent
5d10c746e4
commit
613b85bb1d
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue