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 /README.md | |
parent | f0dfd5508df5d33cbbc801a6e5a56b73b5aa3d7d (diff) |
Update to new domain
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 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:* |