repo.or.cz
/
gemini.koplugin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix reporting invalid status
[gemini.koplugin.git]
/
_meta.lua
blob
41a3394e45ebce01e96ae9133270bef3da3a5792
1
local
_
=
require
(
"gettext"
)
2
return
{
3
name
=
"gemini"
,
4
fullname
=
_
(
"Gemini client"
),
5
description
=
_
(
[[Plugin for browsing Gemini, a lightweight text-first alternative to the WWW.]]
),
6
}