Update __init__.py (#55)

fix typo toplogoy
This commit is contained in:
julianze
2021-03-28 11:40:03 +02:00
committed by GitHub
parent 079361b190
commit a25be917ee
+1 -1
View File
@@ -3,7 +3,7 @@ from extras.plugins import PluginConfig
class TopologyViewsConfig(PluginConfig):
name = 'netbox_topology_views'
verbose_name = 'Topology views'
description = 'An plugin to render toplogoy maps'
description = 'An plugin to render topology maps'
version = '0.5.0'
author = 'Mattijs Vanhaverbeke'
author_email = 'author@example.com'