From 870ee6cffff22000470e7e25372e950c4633260a Mon Sep 17 00:00:00 2001
From: unknown <ldecicco@usgs.gov>
Date: Fri, 10 Oct 2014 09:04:37 -0500
Subject: [PATCH] Changed to Authors@R.

---
 DESCRIPTION | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 1580edf2..e4ee2360 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -3,11 +3,13 @@ Type: Package
 Title: Retrieval functions for hydrologic data
 Version: 1.4.1.9000
 Date: 2014-10-06
-Author: Robert M. Hirsch, Laura De Cicco
-Maintainer: Laura De Cicco <ldecicco@usgs.gov>
+Authors@R: c( person("Robert", "Hirsch", role = c("aut"),
+    email = "rhirsch@usgs.gov"),
+    person("Laura", "DeCicco", role = c("aut","cre"),
+    email = "ldecicco@usgs.gov"))
 Description: Collection of functions to help retrieve USGS data from either web
-    services or user provided data files.
-License: file LICENSE
+    services or user-provided data files.
+License: Unlimited | file LICENSE
 Copyright: This software is in the public domain because it contains materials
     that originally came from the United States Geological Survey, an agency of
     the United States Department of Interior. For more information, see the
@@ -30,3 +32,4 @@ LazyLoad: yes
 LazyData: yes
 VignetteBuilder: knitr
 BuildVignettes: true
+Additional_repositories: http://usgs-r.github.com
-- 
GitLab