asccli: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 02:13:30 +02:00
parent a1e8e9a9e0
commit ee69d8fc43
+2 -2
View File
@@ -11,7 +11,7 @@ buildGoModule (finalAttrs: {
version = "1.2.5";
src = fetchFromGitHub {
owner = "rudrankriyam";
owner = "rorkai";
repo = "App-Store-Connect-CLI";
tag = "${finalAttrs.version}";
hash = "sha256-9zGLR+lXxR0ku758wmNlglgUYLXa9p/fsZ4p7a7/+E4=";
@@ -56,7 +56,7 @@ buildGoModule (finalAttrs: {
meta = {
description = "Scriptable CLI for the App Store Connect API";
homepage = "https://asccli.sh";
changelog = "https://github.com/rudrankriyam/App-Store-Connect-CLI/releases/tag/${finalAttrs.version}";
changelog = "https://github.com/rorkai/App-Store-Connect-CLI/releases/tag/${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
DimitarNestorov