tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
exabgp: add raitobezarius as a maintainer
Raito Bezarius
2 years ago
d24f3752
f752ef56
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
networking
exabgp
default.nix
+1
-1
pkgs/servers/networking/exabgp/default.nix
reviewed
···
40
40
homepage = "https://github.com/Exa-Networks/exabgp";
41
41
changelog = "https://github.com/Exa-Networks/exabgp/blob/${src.rev}/CHANGELOG.rst";
42
42
license = licenses.bsd3;
43
43
-
maintainers = with maintainers; [ hexa ];
43
43
+
maintainers = with maintainers; [ hexa raitobezarius ];
44
44
};
45
45
}