update packages
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
(define-package "string-inflection" "20240816.523" "underscore -> UPCASE -> CamelCase -> lowerCamelCase conversion of names" 'nil :commit "4cc92e1ecd3d165b55235b51ae65ac09a0364958" :authors
|
||||
'(("akicho8" . "akicho8@gmail.com"))
|
||||
:maintainers
|
||||
'(("akicho8" . "akicho8@gmail.com"))
|
||||
:maintainer
|
||||
'("akicho8" . "akicho8@gmail.com")
|
||||
:keywords
|
||||
'("elisp"))
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||||
(define-package "string-inflection" "20240816.523"
|
||||
"Underscore -> UPCASE -> CamelCase -> lowerCamelCase conversion of names."
|
||||
()
|
||||
:url "https://github.com/akicho8/string-inflection"
|
||||
:commit "4cc92e1ecd3d165b55235b51ae65ac09a0364958"
|
||||
:revdesc "4cc92e1ecd3d"
|
||||
:keywords '("elisp")
|
||||
:authors '(("akicho8" . "akicho8@gmail.com"))
|
||||
:maintainers '(("akicho8" . "akicho8@gmail.com")))
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
|
||||
;; Author: akicho8 <akicho8@gmail.com>
|
||||
;; Keywords: elisp
|
||||
;; Version: 1.1.0
|
||||
;; Package-Version: 20240816.523
|
||||
;; Package-Revision: 4cc92e1ecd3d
|
||||
|
||||
;; This file is free software; you can redistribute it and/or modify
|
||||
;; it under the terms of the GNU General Public License as published by
|
||||
|
||||
Reference in New Issue
Block a user