Skip to content

Commit 22f2260

Browse files
committed
libuecc: update repository URL
I've changed my username to neocturne. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> (cherry picked from commit 1df594b)
1 parent 596d983 commit 22f2260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/libuecc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PKG_RELEASE:=2
1313

1414
PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net>
1515
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
16-
PKG_SOURCE_URL:=https://github.com/NeoRaider/libuecc/releases/download/v$(PKG_VERSION)
16+
PKG_SOURCE_URL:=https://github.com/neocturne/libuecc/releases/download/v$(PKG_VERSION)
1717
PKG_HASH:=b94aef08eab5359d0facaa7ead2ce81b193eef0c61379d9835213ebc0a46257a
1818

1919
PKG_LICENSE:=BSD-2-Clause
@@ -26,7 +26,7 @@ define Package/libuecc
2626
SECTION:=libs
2727
CATEGORY:=Libraries
2828
TITLE:=Very small Elliptic Curve Cryptography library
29-
URL:=https://github.com/NeoRaider/libuecc/
29+
URL:=https://github.com/neocturne/libuecc/
3030
endef
3131

3232
TARGET_CFLAGS += -ffunction-sections -fdata-sections

0 commit comments

Comments
 (0)