mirror of
https://github.com/davidkeegan/dklrt
synced 2024-11-16 07:47:50 +01:00
-pkg.el: removed comment and changed name of ledger-mode package.
This commit is contained in:
parent
b8d16c858b
commit
1581452919
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
; Generated by usMelpaBuild(dk.sh). Do not edit!
|
|
||||||
(define-package "dklrt" "1.0"
|
(define-package "dklrt" "1.0"
|
||||||
"Ledger Recurring Transactions."
|
"Ledger Recurring Transactions."
|
||||||
'((dkmisc "0.5") (ldg-mode "20130908.1357") (emacs "24.1")))
|
'((dkmisc "0.5") (ledger-mode "20130908.1357") (emacs "24.1")))
|
||||||
|
|
2
dklrt.el
2
dklrt.el
|
@ -4,7 +4,7 @@
|
||||||
;; Licence: FSF GPLv3.
|
;; Licence: FSF GPLv3.
|
||||||
;; Author: David Keegan <dksw@eircom.net>
|
;; Author: David Keegan <dksw@eircom.net>
|
||||||
;; Version: 1.0
|
;; Version: 1.0
|
||||||
;; Package-Requires: ((dkmisc "0.5") (ldg-mode "20130908.1357") (emacs "24.1"))
|
;; Package-Requires: ((dkmisc "0.5") (ledger-mode "20130908.1357") (emacs "24.1"))
|
||||||
;; Keywords: ledger ledger-cli recurring periodic automatic
|
;; Keywords: ledger ledger-cli recurring periodic automatic
|
||||||
;; URL: https://github.com/davidkeegan/dklrt
|
;; URL: https://github.com/davidkeegan/dklrt
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
(dklrt :fetcher github :repo "davidkeegan/dklrt" :files ("*.el" "*.texi" "dir" "*.py" "*.pyc"))
|
(dklrt :fetcher github :repo "davidkeegan/dklrt" :files ("*.el" "*.texi" "dir" "*.py"))
|
||||||
|
|
Loading…
Reference in a new issue