about summary refs log tree commit diff
path: root/pkgs/development/skaware-packages/execline-man-pages/default.nix
blob: 822bbea1aee51e0a2756593f21106c9e7b341d8b (plain) (blame)
1
2
3
4
5
6
7
8
9
{ lib, buildManPages }:

buildManPages {
  pname = "execline-man-pages";
  version = "2.9.0.0.1";
  sha256 = "sha256-hT0YsuYJ3XSMYwtlwDR8PGlD8ng8XPky93rCprruHu8=";
  description = "Port of the documentation for the execline suite to mdoc";
  maintainers = [ lib.maintainers.sternenseemann ];
}