branch: elpa/mpv commit ec4929ad5df1c7421d67b5cff3b21259597eb795 Author: Johann Klähn <kljoh...@gmail.com> Commit: Johann Klähn <kljoh...@gmail.com>
fix package header for melpa --- mpv.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv.el b/mpv.el index 9a86d9a2c6..30112f91ea 100644 --- a/mpv.el +++ b/mpv.el @@ -1,10 +1,10 @@ -;;; mpv.el --- control mpv for easy note-taking -*- lexical-binding: t; -*- +;;; mpv.el --- control mpv for easy note-taking ;; Copyright (C) 2014 Johann Klähn ;; Author: Johann Klähn <kljoh...@gmail.com> ;; Keywords: tools, multimedia -;; Package-Requires: ((json "1.3") (org "8.0") (cl-lib "0.5")) +;; Package-Requires: ((cl-lib "0.5") (json "1.3") (names "0.5.4") (org "8.0")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by