diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2023-09-20 21:00:32 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2023-09-20 21:00:32 +0200 |
commit | 1df594bc01b0c7be34cd6eb477ebd1621959d15d (patch) | |
tree | 54c3c13d9cd84203a4e31c0f3106d28d2441c84e /libs/libuecc | |
parent | 6a8d3565f0a99fe22cac6db9a8bbf553b7dff5a5 (diff) |
libuecc: update repository URL
I've changed my username to neocturne.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'libs/libuecc')
-rw-r--r-- | libs/libuecc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libuecc/Makefile b/libs/libuecc/Makefile index 57ca7a377..afd2af22f 100644 --- a/libs/libuecc/Makefile +++ b/libs/libuecc/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=2 PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net> 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 @@ -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 |