Package name change.

This commit is contained in:
David Keegan 2013-10-20 11:13:59 +01:00
parent f89fd04cf7
commit f1e9b5e1f0
7 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/python #!/usr/bin/python
# Miscellaneous Utilities. # Miscellaneous Utilities (dklrt).
# (c) David Keegan 2011-06-28. # (c) David Keegan 2011-06-28.
from __future__ import print_function from __future__ import print_function

View file

@ -1,5 +1,5 @@
#!/usr/bin/python #!/usr/bin/python
# Recurring Transactions for Ledger. # Recurring Transactions for Ledger (dklrt).
# (c) Kevin Keegan 2011-07-20. # (c) Kevin Keegan 2011-07-20.
# (c) David Keegan 2011-08-06. # (c) David Keegan 2011-08-06.

View file

@ -1,5 +1,5 @@
#!/usr/bin/python #!/usr/bin/python
# Time and Date Utilities. # Time and Date Utilities (dklrt).
# (c) David Keegan 2011-08-06. # (c) David Keegan 2011-08-06.
import sys, re import sys, re
from time import * from time import *

View file

@ -1,4 +1,4 @@
; Generated by usMelpaBuild(dk.sh). Do not edit! ; Generated by usMelpaBuild(dk.sh). Do not edit!
(define-package "dklrc" "0.1" (define-package "dklrt" "0.1"
"Ledger Recurring Transactions." "Ledger Recurring Transactions."
'((emacs "24.1"))) '((emacs "24.1")))

View file

@ -1,4 +1,4 @@
;;; dklrc.el --- Ledger Recurring Transactions. ;;; dklrt.el --- Ledger Recurring Transactions.
;; Copyright: (c) David Keegan 2011-2013. ;; Copyright: (c) David Keegan 2011-2013.
;; Licence: FSF GPLv3. ;; Licence: FSF GPLv3.
@ -6,7 +6,7 @@
;; Version: 0.1 ;; Version: 0.1
;; Package-Requires: ((emacs "24.1")) ;; Package-Requires: ((emacs "24.1"))
;; Keywords: ledger ledger-cli recurring periodic automatic ;; Keywords: ledger ledger-cli recurring periodic automatic
;; URL: https://github.com/davidkeegan/dklrc ;; URL: https://github.com/davidkeegan/dklrt
;;; Commentary: ;;; Commentary:
@ -15,4 +15,4 @@
;;; Code: ;;; Code:
(provide 'dklrc) (provide 'dklrt)

View file

@ -1 +1 @@
(dklrc :fetcher github :repo "davidkeegan/dklrc" :files ("*.el" "*.texi" "dir" "*.py" "*.pyc")) (dklrt :fetcher github :repo "davidkeegan/dklrt" :files ("*.el" "*.texi" "dir" "*.py" "*.pyc"))

View file

@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@c %**start of header @c %**start of header
@setfilename dklrc.info @setfilename dklrt.info
@settitle Do List Mode 1.0 @settitle Do List Mode 1.0
@c %**end of header @c %**end of header
@ -14,7 +14,7 @@
@c updates the node pointers, which texinfmt.el needs. @c updates the node pointers, which texinfmt.el needs.
@copying @copying
This manual is for emacs package dklrc version 1.0. This manual is for emacs package dklrt version 1.0.
Copyright @copyright{} 20102013 David Keegan. Copyright @copyright{} 20102013 David Keegan.
@ -24,7 +24,7 @@ Foundation GNU Free Documentation Licence.
@dircategory Emacs misc features @dircategory Emacs misc features
@direntry @direntry
* Ledger Recurring Transactions: (dklrc). * Ledger Recurring Transactions: (dklrt).
@end direntry @end direntry
@documentencoding UTF-8 @documentencoding UTF-8