From 2f2f0124a2c8cf393fa58df9c01434f426d16c8d Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Tue, 25 Apr 2017 10:56:31 -0400 Subject: [PATCH] Use modern META filename The `META.info` is a legacy, pre-Christmas name. While it's still currently supported, `META6.json` is the new name. And since a lot of people simply copy some module's structure, the old name still proliferates, so we're trying to get rid of it for good by sending PRs to any modules that use the old name, to switch to the modern name. --- META.info => META6.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename META.info => META6.json (100%) diff --git a/META.info b/META6.json similarity index 100% rename from META.info rename to META6.json