From e859aa061cf07c4db0544a840f289ebb21bdb2db Mon Sep 17 00:00:00 2001 From: "Sascha Kuehndel (InuSasha)" Date: Mon, 28 May 2018 10:15:56 +0200 Subject: [PATCH] documentation: typo --- packages/packages.mk.addon_template | 2 +- packages/packages.mk.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/packages.mk.addon_template b/packages/packages.mk.addon_template index 1d52e7fca3..867000ba67 100644 --- a/packages/packages.mk.addon_template +++ b/packages/packages.mk.addon_template @@ -22,7 +22,7 @@ PKG_REV="100" PKG_SHA256="[sha256 hash of the source file, downloaded from PKG_URL]" PKG_ARCH="any" PKG_LICENSE="[license of the upstream project]" -PKG_SITE="[url to the upstream project, e.g. http://exmaple.com/libexample" +PKG_SITE="[url to the upstream project, e.g. http://example.com/libexample" PKG_URL="[download url, e.g. https://github.com/example/libexample/archive/$PKG_VERSION.tar.gz]" # PKG_MAINTAINER="John Doe" # Full name or forum/GitHub nickname, if you want to be identified as the addon maintainer PKG_DEPENDS_TARGET="[build system dependencies, e.g. toolchain zlib openssl]" diff --git a/packages/packages.mk.template b/packages/packages.mk.template index 4a65da137c..cb3653ded2 100644 --- a/packages/packages.mk.template +++ b/packages/packages.mk.template @@ -21,7 +21,7 @@ PKG_VERSION="[package version identifier or unique githash]" PKG_SHA256="[sha256 hash of the source file, downloaded from PKG_URL]" PKG_ARCH="any" PKG_LICENSE="[license of the upstream project]" -PKG_SITE="[url to the upstream project, e.g. http://exmaple.com/libexample" +PKG_SITE="[url to the upstream project, e.g. http://example.com/libexample" PKG_URL="[download url, e.g. https://github.com/example/libexample/archive/$PKG_VERSION.tar.gz]" # PKG_MAINTAINER="John Doe" # Full name or forum/GitHub nickname, if you want to be identified as the addon maintainer PKG_DEPENDS_TARGET="[build system dependencies, e.g. toolchain zlib openssl]"