branch: elpa/zig-mode
commit 20e395f940afe1e19e965050b0284ec418d6a9d5
Author: Alex Rønne Petersen <[email protected]>
Commit: Alex Rønne Petersen <[email protected]>

    github -> codeberg
---
 Eask        | 2 +-
 README.md   | 2 --
 zig-mode.el | 4 ++--
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/Eask b/Eask
index 6458570afd1..1efdbc87b7a 100644
--- a/Eask
+++ b/Eask
@@ -4,7 +4,7 @@
          "0.0.8"
          "A major mode for the Zig programming language")
 
-(website-url "https://github.com/zig-lang/zig-mode";)
+(website-url "https://codeberg.org/ziglang/zig-mode";)
 (keywords "zig" "languages")
 
 (package-file "zig-mode.el")
diff --git a/README.md b/README.md
index c21d887ce01..5310b4b8bce 100644
--- a/README.md
+++ b/README.md
@@ -34,8 +34,6 @@ Then add the following to your `.emacs` file:
 
 ## Testing
 
-[![CI](https://github.com/ziglang/zig-mode/actions/workflows/main.yml/badge.svg)](https://github.com/ziglang/zig-mode/actions/workflows/main.yml)
-
 To run the test locally, you will need the following tools:
 
 - [Eask](https://emacs-eask.github.io/)
diff --git a/zig-mode.el b/zig-mode.el
index ce9245cbd42..3d4388e8e33 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -3,7 +3,7 @@
 ;; Author: Andrea Orru <[email protected]>
 ;;         Andrew Kelley <[email protected]>
 ;; Maintainer: Shen, Jen-Chieh <[email protected]>
-;; URL: https://github.com/zig-lang/zig-mode
+;; URL: https://codeberg.org/ziglang/zig-mode
 ;; Version: 0.0.8
 ;; Package-Requires: ((emacs "26.1") (reformatter "0.6"))
 ;; Keywords: zig, languages
@@ -25,7 +25,7 @@
 
 ;; A major mode for the Zig programming languages.
 
-;; See documentation on https://github.com/zig-lang/zig-mode
+;; See documentation on https://codeberg.org/ziglang/zig-mode
 
 ;;; Code:
 

Reply via email to