aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/web/shopify-themekit/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/web/shopify-themekit/default.nix')
-rw-r--r--nixpkgs/pkgs/development/web/shopify-themekit/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nixpkgs/pkgs/development/web/shopify-themekit/default.nix b/nixpkgs/pkgs/development/web/shopify-themekit/default.nix
index b8bc3deaca1..a50140c1532 100644
--- a/nixpkgs/pkgs/development/web/shopify-themekit/default.nix
+++ b/nixpkgs/pkgs/development/web/shopify-themekit/default.nix
@@ -19,7 +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" ];
- platforms = platforms.all;
+ maintainers = with maintainers; [ _1000101 ];
};
-} \ No newline at end of file
+}