From e4a3cdbdf32e22172a67253dae001becd82e4f60 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 25 Mar 2021 20:09:04 +0100 Subject: [PATCH] osx: add license to HomeBrew recipe --- osx/lldpd.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/osx/lldpd.rb b/osx/lldpd.rb index 4cb6ae24..88e6cbab 100644 --- a/osx/lldpd.rb +++ b/osx/lldpd.rb @@ -3,6 +3,7 @@ class Lldpd < Formula homepage "https://lldpd.github.io/" url "https://media.luffy.cx/files/lldpd/lldpd-1.0.8.tar.gz" sha256 "98d200e76e30f6262c4a4493148c1840827898329146a57a34f8f0f928ca3def" + license "ISC" livecheck do url "https://github.com/lldpd/lldpd.git" -- 2.39.5