shopware-cli: update url (#517925)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-25 15:12:56 +00:00
committed by GitHub
+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 ];
};