about summary refs log tree commit diff
path: root/nixpkgs/pkgs/data/documentation/s6-networking-man-pages/default.nix
blob: 4177b502b5e504b2743427485dab42b1e9c2400a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ lib, buildManPages }:

buildManPages {
  pname = "s6-networking-man-pages";
  version = "2.4.1.1.1";
  sha256 = "1qrqzm2r4rxf8hglz8k4laknjqcx1y0z1kjf636z91w1077qg0pn";
  description = "Port of the documentation for the s6-networking suite to mdoc";
  sections = [ 1 7 ];
  maintainers = [ lib.maintainers.sternenseemann ];
}