[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/reformatter cb9a593854 61/81: Rename repo
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/reformatter cb9a593854 61/81: Rename repo |
Date: |
Tue, 5 Sep 2023 04:03:38 -0400 (EDT) |
branch: elpa/reformatter
commit cb9a5938541a28c50ecb8f72e32b67531b8bf606
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>
Rename repo
---
README.md | 4 ++--
reformatter.el | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 341d4422fc..36ca05b972 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
[![Melpa
Status](http://melpa.org/packages/reformatter-badge.svg)](http://melpa.org/#/reformatter)
[![Melpa Stable
Status](http://stable.melpa.org/packages/reformatter-badge.svg)](http://stable.melpa.org/#/reformatter)
-[![Build
Status](https://github.com/purcell/reformatter.el/workflows/CI/badge.svg)](https://github.com/purcell/reformatter.el/actions)
+[![Build
Status](https://github.com/purcell/emacs-reformatter/workflows/CI/badge.svg)](https://github.com/purcell/emacs-reformatter/actions)
<a href="https://www.patreon.com/sanityinc"><img alt="Support me"
src="https://img.shields.io/badge/Support%20Me-%F0%9F%92%97-ff69b4.svg"></a>
# Define commands which run reformatters on the current Emacs buffer
@@ -132,7 +132,7 @@ If you're an Emacs 24 user or you have a recent version of
Author: Steve Purcell <steve at sanityinc dot com>
-Homepage: https://github.com/purcell/reformatter.el
+Homepage: https://github.com/purcell/emacs-reformatter
<hr>
diff --git a/reformatter.el b/reformatter.el
index 0718edbf8d..7678c3b895 100644
--- a/reformatter.el
+++ b/reformatter.el
@@ -4,7 +4,7 @@
;; Author: Steve Purcell <steve@sanityinc.com>
;; Keywords: convenience, tools
-;; Homepage: https://github.com/purcell/reformatter.el
+;; Homepage: https://github.com/purcell/emacs-reformatter
;; Package-Requires: ((emacs "24.3"))
;; Package-Version: 0
- [nongnu] branch elpa/reformatter created (now 6c4f35dd2b), ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter ab28d6480c 12/81: Support :group keyword, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 8cffcf914b 11/81: Clarify use of :lighter value, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 7a1592a52c 37/81: Update README.md, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter cb9a593854 61/81: Rename repo,
ELPA Syncer <=
- [nongnu] elpa/reformatter e02a9ea942 63/81: Merge pull request #31 from wyuenho/patch-1, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter cc2bb75f21 22/81: Add missing colon in docstring, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter b29fdd346d 35/81: Add note about brokenness of replace-buffer-contents, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter b44ee754b7 29/81: Fix homepage link, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 58943b47b3 26/81: Start an FAQ section in the README, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 885a7f5547 02/81: Mark up code as elisp, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 3f081e4cd2 14/81: Provide more setup hints in the -on-save-mode docstring, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 7b336cab51 20/81: Link to sqlformat as another example of real-world usage, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter c2466f745a 21/81: Mention "needed by" reverse dependencies list on MELPA page, ELPA Syncer, 2023/09/05
- [nongnu] elpa/reformatter 947411170d 18/81: Generate both -buffer and -region commands by default, ELPA Syncer, 2023/09/05