Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Update plugin description #92

Merged
merged 1 commit into from
May 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nautobot_chatops_ipfabric/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class IPFabricConfig(PluginConfig):
verbose_name = "IPFabric"
version = __version__
author = "Network to Code, LLC"
description = "IPFabric."
base_url = "ipfabric.io"
description = "Nautobot Chatops IPFabric"
base_url = "nautobot-chatops-ipfabric"
required_settings = []
min_version = "1.0.0"
max_version = "1.9999"
Expand Down