mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
libhugetlbfs: add homepage and changelog
This commit is contained in:
parent
14f6ef0369
commit
4bab48ccc3
@ -38,6 +38,8 @@ stdenv.mkDerivation rec {
|
||||
installTargets = [ "install" "install-docs" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/libhugetlbfs/libhugetlbfs";
|
||||
changelog = "https://github.com/libhugetlbfs/libhugetlbfs/blob/${version}/NEWS";
|
||||
description = "library and utilities for Linux hugepages";
|
||||
maintainers = with maintainers; [ qyliss ];
|
||||
license = licenses.lgpl21Plus;
|
||||
|
Loading…
Reference in New Issue
Block a user