aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/doc.go')
-rw-r--r--config/doc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/doc.go b/config/doc.go
index 4b4814b..c8121ac 100644
--- a/config/doc.go
+++ b/config/doc.go
@@ -1,10 +1,10 @@
-// Copyright 2018 Frédéric Guillot. All rights reserved.
+// Copyright 2019 Frédéric Guillot. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
/*
-Package config handles configuration values for the application.
+Package config handles configuration management for the application.
*/
package config // import "miniflux.app/config"