mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +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" ];
|
installTargets = [ "install" "install-docs" ];
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
description = "library and utilities for Linux hugepages";
|
||||||
maintainers = with maintainers; [ qyliss ];
|
maintainers = with maintainers; [ qyliss ];
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
|
Loading…
Reference in New Issue
Block a user