1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Fix special character for author name (Kristian Lyngstøl)

Otherwise this author shows up with different spellings in the plugin
gallery.
This commit is contained in:
Lars Kruse 2020-10-04 04:31:31 +02:00
parent 105e7d459c
commit df47073323
3 changed files with 6 additions and 6 deletions

View file

@ -72,12 +72,12 @@ Dunno.
=head1 AUTHOR
Kristian Lyngstol <kristian@redpill-linpro.com>
Kristian Lyngstøl <kristian@redpill-linpro.com>
Trygve Vea <tv@redpill-linpro.com>
=head1 THANKS
Thanks to Kristian Lyngstol, I stole most of the code in this plugin from his
Thanks to Kristian Lyngstøl, I stole most of the code in this plugin from his
varnish_-plugin, which is a really nice outline of how a wildcardplugin should
look like.