diff --git a/pathinfo.info b/pathinfo.info deleted file mode 100644 index 3b481e20140f08f8084d02afbc434d88ba1ee25e..0000000000000000000000000000000000000000 --- a/pathinfo.info +++ /dev/null @@ -1,7 +0,0 @@ -name = "PathInfo" -package = "Development" -description = "Shows information about url paths and which module they are provided by." -core = "7.x" - -dependencies[] = devel -configure = admin/config/pathinfo/config diff --git a/pathinfo.info.yml b/pathinfo.info.yml new file mode 100644 index 0000000000000000000000000000000000000000..559c588b519f004bbcf326b52768cae15c72bb11 --- /dev/null +++ b/pathinfo.info.yml @@ -0,0 +1,9 @@ +name: PathInfo +description: Shows information about url paths and which module they are provided by. +package: Development +core: 8.x +dependencies: + - devel +configure: admin/config/pathinfo/config +tags: + - developer