aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/web/shopify-themekit
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-29 20:57:20 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-18 07:59:48 +1000
commit0052523a18965f1e5685badfc5a50ee0f9a6fa30 (patch)
tree78e476bb7d57796843f08f7fce2c23d63df8fdd9 /pkgs/development/web/shopify-themekit
parent7d9c49f8e6e6a7ce4ad56945d2f3de8007b11428 (diff)
maintainers: 1000101 -> _1000101
Diffstat (limited to 'pkgs/development/web/shopify-themekit')
-rw-r--r--pkgs/development/web/shopify-themekit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/web/shopify-themekit/default.nix b/pkgs/development/web/shopify-themekit/default.nix
index 32f688895b8f..a50140c15327 100644
--- a/pkgs/development/web/shopify-themekit/default.nix
+++ b/pkgs/development/web/shopify-themekit/default.nix
@@ -19,6 +19,6 @@ buildGoPackage rec {
description = "A command line tool for shopify themes";
homepage = "https://shopify.github.io/themekit/";
license = licenses.mit;
- maintainers = with maintainers; [ maintainers."1000101" ];
+ maintainers = with maintainers; [ _1000101 ];
};
}