Merge pull request #95553 from zowoq/rename-maintainers

maintainers: prefix number with underscore
This commit is contained in:
Frederik Rietdijk
2020-08-18 11:30:24 +02:00
committed by GitHub
34 changed files with 44 additions and 40 deletions

View File

@@ -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 ];
};
}