diff --git a/README.org b/README.org index 94baa7d..1c8431a 100644 --- a/README.org +++ b/README.org @@ -16,7 +16,7 @@ With straight.el and use-package: (use-package dconf-mode :straight (:type git - :repo "https://git.mitchmarq42.xyz/mitch/dconf-mode.el")) + :repo "https://git.marq42.xyz/mir/dconf-mode")) #+end_src * Usage: diff --git a/dconf-mode.el b/dconf-mode.el index 28a9157..086b293 100644 --- a/dconf-mode.el +++ b/dconf-mode.el @@ -1,11 +1,11 @@ ;;; dconf-mode.el --- Edit dconf settings in an emacs buffer -;; Author: Mitchell Marquez -;; URL: https://git.mitchmarq42.xyz/mitch/dconf-mode.el +;; Author: Miranda Marquez +;; URL: https://git.marq42.xyz/mir/dconf-mode ;; Version: 0.1 ;; Keywords: convenience -;;; Copyright © 2022 Mitchell Marquez +;;; Copyright © 2022 Miranda Marquez ;;; ;;; ;;; This file is NOT part of GNU Emacs.