Skip to content

Commit 0d182b9

Browse files
authored
add plugin homepage
1 parent e0eee6f commit 0d182b9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Plugin.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,9 @@ public function getPluginVersion()
3939
{
4040
return '1.0.0';
4141
}
42+
43+
public function getPluginHomepage()
44+
{
45+
return "https://github.com/Chaosmeister/EAR"
46+
}
4247
}

0 commit comments

Comments
 (0)