Commit e5c39283 authored by Mischa Jonker's avatar Mischa Jonker Committed by Peter Korsgaard
Browse files

packages: convert Github http:// users to the github helper

parent c7c7d069
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
################################################################################

A10DISP_VERSION = a899cc6dcf909360aac00482ede5369f3656f226
A10DISP_SITE = http://github.com/hglm/a10disp/tarball/$(A10DISP_VERSION)
A10DISP_SITE = $(call github,hglm,a10disp,$(A10DISP_VERSION))
A10DISP_LICENSE = MIT

A10DISP_DEPENDENCIES = linux
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
################################################################################

CIVETWEB_VERSION = v1.3
CIVETWEB_SITE = http://github.com/sunsetbrew/civetweb/tarball/$(CIVETWEB_VERSION)
CIVETWEB_SITE = $(call github,sunsetbrew,civetweb,$(CIVETWEB_VERSION))
CIVETWEB_LICENSE = MIT
CIVETWEB_LICENSE_FILES = LICENSE.md

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
################################################################################

CPULOAD_VERSION = v0.3
CPULOAD_SITE = http://github.com/kelvincheung/cpuload/tarball/$(CPULOAD_VERSION)
CPULOAD_SITE = $(call github,kelvincheung,cpuload,$(CPULOAD_VERSION))
CPULOAD_LICENSE = GPLv2
CPULOAD_LICENSE_FILES = COPYING

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
################################################################################

FB_TEST_APP_VERSION = v1.0.0
FB_TEST_APP_SITE = http://github.com/prpplague/fb-test-app/tarball/$(FB_TEST_APP_VERSION)
FB_TEST_APP_SITE = $(call github,prpplague,fb-test-app,$(FB_TEST_APP_VERSION))
FB_TEST_APP_LICENSE = GPLv2
FB_TEST_APP_LICENSE_FILES = COPYING

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
################################################################################

INPUT_EVENT_DAEMON_VERSION = v0.1.3
INPUT_EVENT_DAEMON_SITE = http://github.com/gandro/input-event-daemon/tarball/$(INPUT_EVENT_DAEMON_VERSION)
INPUT_EVENT_DAEMON_SITE = $(call github,gandro,input-event-daemon,$(INPUT_EVENT_DAEMON_VERSION))
INPUT_EVENT_DAEMON_LICENSE = input-event-daemon license
INPUT_EVENT_DAEMON_LICENSE_FILES = README

Loading