lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

facetimehd, facetimehd-firmware: Add grahamc as a maintainer

+3 -2
+1
lib/maintainers.nix
··· 151 151 goibhniu = "Cillian de Róiste <cillian.deroiste@gmail.com>"; 152 152 Gonzih = "Max Gonzih <gonzih@gmail.com>"; 153 153 gpyh = "Yacine Hmito <yacine.hmito@gmail.com>"; 154 + grahamc = "Graham Christensen <graham@grahamc.com>"; 154 155 gridaphobe = "Eric Seidel <eric@seidel.io>"; 155 156 guibert = "David Guibert <david.guibert@gmail.com>"; 156 157 havvy = "Ryan Scheel <ryan.havvy@gmail.com>";
+1 -1
pkgs/os-specific/linux/facetimehd/default.nix
··· 37 37 homepage = https://github.com/patjak/bcwc_pcie; 38 38 description = "Linux driver for the Facetime HD (Broadcom 1570) PCIe webcam"; 39 39 license = licenses.gpl2; 40 - maintainers = [ maintainers.womfoo ]; 40 + maintainers = with maintainers; [ womfoo grahamc ]; 41 41 platforms = platforms.linux; 42 42 }; 43 43
+1 -1
pkgs/os-specific/linux/firmware/facetimehd-firmware/default.nix
··· 57 57 description = "facetimehd firmware"; 58 58 homepage = https://support.apple.com/downloads/DL1877; 59 59 license = licenses.unfree; 60 - maintainers = [ maintainers.womfoo ]; 60 + maintainers = with maintainers; [ womfoo grahamc ]; 61 61 platforms = platforms.linux; 62 62 }; 63 63