wiringpi: remove `with lib`, add ryand56 as maintainer

+7 -4
+7 -4
pkgs/by-name/wi/wiringpi/package.nix
··· 78 passthru.wiringPiD 79 passthru.gpio 80 ]; 81 - meta = with lib; { 82 description = "Gordon's Arduino wiring-like WiringPi Library for the Raspberry Pi (Unofficial Mirror for WiringPi bindings)"; 83 homepage = "https://github.com/WiringPi/WiringPi"; 84 - license = licenses.lgpl3Plus; 85 - maintainers = with maintainers; [ doronbehar ]; 86 - platforms = platforms.linux; 87 }; 88 }
··· 78 passthru.wiringPiD 79 passthru.gpio 80 ]; 81 + meta = { 82 description = "Gordon's Arduino wiring-like WiringPi Library for the Raspberry Pi (Unofficial Mirror for WiringPi bindings)"; 83 homepage = "https://github.com/WiringPi/WiringPi"; 84 + license = lib.licenses.lgpl3Plus; 85 + maintainers = with lib.maintainers; [ 86 + doronbehar 87 + ryand56 88 + ]; 89 + platforms = lib.platforms.linux; 90 }; 91 }