Skip to content

Commit

Permalink
libuecc: update repository URL
Browse files Browse the repository at this point in the history
I've changed my username to neocturne.

Signed-off-by: Matthias Schiffer <[email protected]>
(cherry picked from commit 1df594b)
  • Loading branch information
neocturne authored and BKPepe committed Sep 28, 2023
1 parent e5b7e46 commit 2db418f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/libuecc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PKG_RELEASE:=2

PKG_MAINTAINER:=Matthias Schiffer <[email protected]>
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/NeoRaider/libuecc/releases/download/v$(PKG_VERSION)
PKG_SOURCE_URL:=https://github.com/neocturne/libuecc/releases/download/v$(PKG_VERSION)
PKG_HASH:=b94aef08eab5359d0facaa7ead2ce81b193eef0c61379d9835213ebc0a46257a

PKG_LICENSE:=BSD-2-Clause
Expand All @@ -26,7 +26,7 @@ define Package/libuecc
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Very small Elliptic Curve Cryptography library
URL:=https://github.com/NeoRaider/libuecc/
URL:=https://github.com/neocturne/libuecc/
endef

TARGET_CFLAGS += -ffunction-sections -fdata-sections
Expand Down

0 comments on commit 2db418f

Please sign in to comment.