me
/
guix
Archived
1
0
Fork 0

gnu: emacs-org-static-blog: Fix typo in description.

* gnu/packages/emacs-xyz.scm (emacs-org-static-blog)[description]: Fix typo.
master
Nicolas Goaziou 2020-03-18 21:50:14 +01:00
parent b3fa8349ab
commit db483baa1a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -21782,7 +21782,7 @@ All entries in a specified TODO state will be carried over to the next day.")
"Simple Org mode based static blog generator")
(description
"@code{emacs-org-static-blog} is one more static blog generator, it
focuses on being simple. All file are simple Org files in a directory. The
focuses on being simple. All files are simple Org files in a directory. The
only requirement is that every Org file must have a @samp{title} and
a @samp{date} keywords, and optionally, a @samp{filetags} keyword.")
(license license:bsd-3)))