diff options
author | Thanos Apollo <[email protected]> | 2023-11-08 12:16:16 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-11-08 12:16:16 +0200 |
commit | f72763cbf27bad9fcea7229e7ce3d803583c8559 (patch) | |
tree | 32004cb6ebbf9f5be04a8e8a7f3a2184218e94a0 | |
parent | f0dfd5508df5d33cbbc801a6e5a56b73b5aa3d7d (diff) |
Update to new domain
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | yeetube-buffer.el | 4 | ||||
-rw-r--r-- | yeetube-mpv.el | 4 | ||||
-rw-r--r-- | yeetube.el | 4 |
4 files changed, 9 insertions, 9 deletions
@@ -1,4 +1,4 @@ -[![self-host-badge](https://img.shields.io/badge/Repository-Self_hosted-black?logo=git&logoColor=red)](https://git.thanosapollo.com/yeetube/about) +[![self-host-badge](https://img.shields.io/badge/Repository-Self_hosted-black?logo=git&logoColor=red)](https://git.thanosapollo.org/yeetube/about) [![MELPA](https://melpa.org/packages/yeetube-badge.svg)](https://melpa.org/#/yeetube) # Yeetube | Emacs' Youtube Front End @@ -34,13 +34,13 @@ This package is available via [MELPA](https://melpa.org/#/yeetube) (straight-use-package '(yeetube :type git :host nil - :repo "https://git.thanosapollo.com/yeetube")) + :repo "https://git.thanosapollo.org/yeetube")) ``` ### Manual ``` shell -$ git clone https://git.thanosapollo.com/yeetube +$ git clone https://git.thanosapollo.org/yeetube ``` *Add this to your emacs configuration:* diff --git a/yeetube-buffer.el b/yeetube-buffer.el index 119c07f..c866540 100644 --- a/yeetube-buffer.el +++ b/yeetube-buffer.el @@ -2,9 +2,9 @@ ;; Copyright (C) 2023 Thanos Apollo -;; Author: Thanos Apollo <[email protected]> +;; Author: Thanos Apollo <[email protected]> ;; Keywords: extensions youtube videos -;; URL: https://git.thanosapollo.com/yeetube +;; URL: https://git.thanosapollo.org/yeetube ;; Version: 0.0.1 ;; Package-Requires: ((emacs "27.2")) diff --git a/yeetube-mpv.el b/yeetube-mpv.el index 22c78ae..1adae2d 100644 --- a/yeetube-mpv.el +++ b/yeetube-mpv.el @@ -2,9 +2,9 @@ ;; Copyright (C) 2023 Thanos Apollo -;; Author: Thanos Apollo <[email protected]> +;; Author: Thanos Apollo <[email protected]> ;; Keywords: extensions youtube videos -;; URL: https://git.thanosapollo.com/yeetube +;; URL: https://git.thanosapollo.org/yeetube ;; Version: 0.1 ;; Package-Requires: ((emacs "27.2")) @@ -2,9 +2,9 @@ ;; Copyright (C) 2023 Thanos Apollo -;; Author: Thanos Apollo <[email protected]> +;; Author: Thanos Apollo <[email protected]> ;; Keywords: extensions youtube videos -;; URL: https://git.thanosapollo.com/yeetube +;; URL: https://git.thanosapollo.org/yeetube ;; Version: 2.0.7 |