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
commit 4a8ffe5f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with lib; { meta = with lib; {
homepage = "https://github.com/libbpf/bpftool";
description = "Debugging/program analysis tools for the eBPF subsystem"; description = "Debugging/program analysis tools for the eBPF subsystem";
license = [ licenses.gpl2 licenses.bsd2 ]; license = [ licenses.gpl2 licenses.bsd2 ];
platforms = platforms.linux; platforms = platforms.linux;