shopware-cli: change repo owner from FriendsOfShopware to shopware

This commit is contained in:
Soner Sayakci
2026-05-19 10:27:00 +02:00
parent 31aff50659
commit 60b3f37536
+4 -4
View File
@@ -14,7 +14,7 @@ buildGoModule (finalAttrs: {
version = "0.14.8";
src = fetchFromGitHub {
repo = "shopware-cli";
owner = "FriendsOfShopware";
owner = "shopware";
tag = finalAttrs.version;
hash = "sha256-yN6yuGnZv6BsXoERUdA3aBGEmri1hqmPsbIYsX7HE5Q=";
};
@@ -45,7 +45,7 @@ buildGoModule (finalAttrs: {
ldflags = [
"-s"
"-w"
"-X 'github.com/FriendsOfShopware/shopware-cli/cmd.version=${finalAttrs.version}'"
"-X 'github.com/shopware/shopware-cli/cmd.version=${finalAttrs.version}'"
];
__darwinAllowLocalNetworking = true;
@@ -53,8 +53,8 @@ buildGoModule (finalAttrs: {
meta = {
description = "Command line tool for Shopware 6";
mainProgram = "shopware-cli";
homepage = "https://github.com/FriendsOfShopware/shopware-cli";
changelog = "https://github.com/FriendsOfShopware/shopware-cli/releases/tag/${finalAttrs.version}";
homepage = "https://github.com/shopware/shopware-cli";
changelog = "https://github.com/shopware/shopware-cli/releases/tag/${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ shyim ];
};