Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

netsurf-browser: add fgaz to maintainers

+1 -1
+1 -1
pkgs/applications/networking/browsers/netsurf/buildsystem.nix
··· 21 homepage = "https://www.netsurf-browser.org/"; 22 description = "NetSurf browser shared build system"; 23 license = lib.licenses.mit; 24 - maintainers = with lib.maintainers; [ ]; 25 platforms = lib.platforms.unix; 26 }; 27 })
··· 21 homepage = "https://www.netsurf-browser.org/"; 22 description = "NetSurf browser shared build system"; 23 license = lib.licenses.mit; 24 + maintainers = with lib.maintainers; [ fgaz ]; 25 platforms = lib.platforms.unix; 26 }; 27 })