Remove language specification
It should be quite clear what language an Emacs module has been written for.
This commit is contained in:
parent
08b8322c88
commit
fbaa6770c3
1 changed files with 2 additions and 5 deletions
|
@ -22,13 +22,10 @@
|
|||
"the ISC license as a politeness to " ,($ 'dispass) ", and "
|
||||
"to be completely, 100% compatible with it.")
|
||||
(div (@ (class "row"))
|
||||
(div (@ (class "span3 centered"))
|
||||
(div (@ (class "span5 centered"))
|
||||
(h3 "Version")
|
||||
,($ 'version))
|
||||
(div (@ (class "span4 centered"))
|
||||
(h3 "Language")
|
||||
"Emacs Lisp")
|
||||
(div (@ (class "span3 centered"))
|
||||
(div (@ (class "span5 centered"))
|
||||
(h3 "Licence")
|
||||
"ISC")))
|
||||
(div (@ (class "row"))
|
||||
|
|
Loading…
Reference in a new issue