Change zyedidia/micro to micro-editor/micro

This commit is contained in:
Jöran Karl
2026-01-21 19:32:08 +01:00
parent d1426b6fb2
commit 4ead0e453b
60 changed files with 262 additions and 262 deletions

View File

@@ -13,7 +13,7 @@ import (
)
func main() {
resp, err := http.Get("https://api.github.com/repos/zyedidia/micro/releases")
resp, err := http.Get("https://api.github.com/repos/micro-editor/micro/releases")
if err != nil {
fmt.Println(err.Error())
return