facetimehd, facetimehd-firmware: Add grahamc as a maintainer

This commit is contained in:
Graham Christensen 2016-05-26 13:43:00 -05:00
parent 24a87685e2
commit f993e6543a
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F
3 changed files with 3 additions and 2 deletions

View file

@ -151,6 +151,7 @@
goibhniu = "Cillian de Róiste <cillian.deroiste@gmail.com>";
Gonzih = "Max Gonzih <gonzih@gmail.com>";
gpyh = "Yacine Hmito <yacine.hmito@gmail.com>";
grahamc = "Graham Christensen <graham@grahamc.com>";
gridaphobe = "Eric Seidel <eric@seidel.io>";
guibert = "David Guibert <david.guibert@gmail.com>";
havvy = "Ryan Scheel <ryan.havvy@gmail.com>";

View file

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/patjak/bcwc_pcie;
description = "Linux driver for the Facetime HD (Broadcom 1570) PCIe webcam";
license = licenses.gpl2;
maintainers = [ maintainers.womfoo ];
maintainers = with maintainers; [ womfoo grahamc ];
platforms = platforms.linux;
};

View file

@ -57,7 +57,7 @@ stdenv.mkDerivation {
description = "facetimehd firmware";
homepage = https://support.apple.com/downloads/DL1877;
license = licenses.unfree;
maintainers = [ maintainers.womfoo ];
maintainers = with maintainers; [ womfoo grahamc ];
platforms = platforms.linux;
};