tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
netsurf-browser: add fgaz to maintainers
Francesco Gazzetta
7 months ago
83ccb485
afe2085a
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
browsers
netsurf
buildsystem.nix
+1
-1
pkgs/applications/networking/browsers/netsurf/buildsystem.nix
···
21
21
homepage = "https://www.netsurf-browser.org/";
22
22
description = "NetSurf browser shared build system";
23
23
license = lib.licenses.mit;
24
24
-
maintainers = with lib.maintainers; [ ];
24
24
+
maintainers = with lib.maintainers; [ fgaz ];
25
25
platforms = lib.platforms.unix;
26
26
};
27
27
})