mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 06:34:13 +00:00
karabiner-elements: refactor meta
This commit is contained in:
parent
f88424f5d8
commit
fa35b05955
@ -56,11 +56,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
passthru.updateScript = ./updater.sh;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later";
|
||||
meta = {
|
||||
changelog = "https://github.com/pqrs-org/Karabiner-Elements/releases/tag/v${version}";
|
||||
description = "Karabiner-Elements is a powerful utility for keyboard customization on macOS Ventura (13) or later";
|
||||
homepage = "https://karabiner-elements.pqrs.org/";
|
||||
platforms = platforms.darwin;
|
||||
license = lib.licenses.unlicense;
|
||||
maintainers = [ ];
|
||||
license = licenses.unlicense;
|
||||
platforms = lib.platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user