Merge pull request #274106 from alyssais/bpftools-homepage

bpftools: add homepage
This commit is contained in:
Weijia Wang
2023-12-14 11:31:29 +01:00
committed by GitHub
@@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "https://github.com/libbpf/bpftool";
description = "Debugging/program analysis tools for the eBPF subsystem";
license = [ licenses.gpl2 licenses.bsd2 ];
platforms = platforms.linux;