mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
Change links from git://github.com to https://github.com
I got into troubles to be behind a proxy and my build then fails because it cannot connect to git://github.com urls To avoid such problems for others I think it is useful to replace them for the whole repo. This changes make it work for me again. Signed-off-by: Matthias Kesler <krombel@krombel.de>
This commit is contained in:
@@ -15,7 +15,7 @@ PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=5ff4a05a5bcb6a64a9d6f77fed47014512f66b11
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=git://git.code.sf.net/p/sispmctl/git
|
||||
PKG_SOURCE_URL:=https://git.code.sf.net/p/sispmctl/git
|
||||
PKG_MAINTAINER:=Richard Kunze <richard.kunze@web.de>
|
||||
PKG_LICENSE:=GPL-2.0+
|
||||
|
||||
|
||||
Reference in New Issue
Block a user