forked from mirrors/nixpkgs
facetimehd, facetimehd-firmware: Add grahamc as a maintainer
This commit is contained in:
parent
24a87685e2
commit
f993e6543a
|
@ -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>";
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue