diff options
author | ng0 <ng0@no-reply.pragmatique.xyz> | 2017-06-08 17:14:06 +0000 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-06-10 00:11:36 +0200 |
commit | e5eede3fb37e5f50542f138f86ee752696442580 (patch) | |
tree | 3bdb36f468f26e1d181b12ab4f1536fd9f934376 /gnu/packages | |
parent | 0866dd46a97082a963acc631ecae02820c718079 (diff) | |
download | gnu-guix-e5eede3fb37e5f50542f138f86ee752696442580.tar gnu-guix-e5eede3fb37e5f50542f138f86ee752696442580.tar.gz |
gnu: Rename (gnu packages markdown) to (gnu packages markup).
* gnu/packages/markdown.scm: Rename this ...
* gnu/packages/markup.scm: ... to this.
* gnu-system.am (GNU_SYSTEM_MODULES): Change markdown.scm to markup.scm.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/markup.scm (renamed from gnu/packages/markdown.scm) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/markdown.scm b/gnu/packages/markup.scm index 4a020198e4..de40de670d 100644 --- a/gnu/packages/markdown.scm +++ b/gnu/packages/markup.scm @@ -18,7 +18,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. -(define-module (gnu packages markdown) +(define-module (gnu packages markup) #:use-module (guix licenses) #:use-module (guix download) #:use-module (guix packages) |