Skip to content

Commit

Permalink
Add Fingerprint for Elber
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasdoufi-ol committed Feb 10, 2025
1 parent 926b584 commit f58e8fa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/elber.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "Elber"
authors [
"Ostorlab",
]
version "0.1"
description "Elber is an Italian quality trademark, with European roots and worldwide dimension. The Company supplies television transmitters with satellite equipments, microwave links for Telco and IP applications, monitoring equipments for TV and Radio signals, HD and UHD video compression contribution solutions, audio devices..."
website "https://www.elber.it"

matches [
{
:search => "body",
:regexp => /Elber\ss\.r\.l\./i,
:name => "Elber s.r.l."
},
]
end

0 comments on commit f58e8fa

Please sign in to comment.