makedeb


neovim-git 16b0d3ae2022.04.20-2


Vim-fork focused on extensibility and usability

Click here to go back to the commit logs for neovim-git.

Commit:


Hash: 01ac35e9d2276afe66c70a98ed754169872c3de2

Message: changed url

Diff


diff --git a/.SRCINFO b/.SRCINFO
index bdd8415..8f67b79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = neovim-git
 	pkgdesc = Vim-fork focused on extensibility and usability
 	pkgver = 187462021.08.31
 	pkgrel = 1
-	url = https://github.com/neovim/neovim
+	url = https://neovim.io/
 	arch = i686
 	arch = x86_64
 	arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 1a51570..b59ce41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ optdepends=('python3-neovim: for python 3 plugin support see :help provider pyth
             'xclip: for clipboard support (or xsel) (see :help provider-clipboard)'
             'xsel: for clipboard support (or xclip) (see :help provider-clipboard)'
             'wl-clipboard: for clipboard support on wayland (see :help clipboard)')
-url="https://github.com/neovim/neovim"
+url="https://neovim.io/"
 license=('custom:neovim')
 source=("git://github.com/neovim/neovim.git")
 sha256sums=("SKIP")