summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-17 09:55:55 +0300
committerAndrew Dolgov <[email protected]>2019-03-17 09:55:55 +0300
commit4f136b4a902adb2630e877b1ed83dcd1fbedc8ff (patch)
treeb0cde9db6cb0c0a5f85f480e9070f204bd5ddade
parentfbb4bb0e575f602e9f9e6a4b06247d343eac89e5 (diff)
add more info link
-rw-r--r--init.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.php b/init.php
index c4f1b08..d8137af 100644
--- a/init.php
+++ b/init.php
@@ -6,7 +6,9 @@ class UI_Gravatar extends Plugin {
function about() {
return array(1.0,
"Shows your globally recognized avatar (Gravatar) in the UI",
- "fox");
+ "fox",
+ false,
+ "https://git.tt-rss.org/fox/ttrss-ui-gravatar");
}
function init($host) {