From 7ecead35de6eadde01621ac9c02e3f58d40571da Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Fri, 1 May 2015 16:16:20 -0400 Subject: [PATCH] farmOS name consistency. --- README.md | 2 +- farm_asset.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63a7b0c59..88cb91131 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ FARM ASSET Provides a "Farm Asset" entity type and UI. -This module is part of the [FarmOS](http://drupal.org/project/farm) +This module is part of the [farmOS](http://drupal.org/project/farm) distribution. DEPENDENCIES diff --git a/farm_asset.info b/farm_asset.info index cb05aff85..343986da5 100644 --- a/farm_asset.info +++ b/farm_asset.info @@ -1,6 +1,6 @@ name = "Farm Asset" description = "A farm asset entity type." core = 7.x -package = "Farm" +package = farmOS dependencies[] = entity files[] = farm_asset.class.inc