From 19a998f2fe0338d1dc6c56c092c65002ffc84090 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sat, 14 Jan 2017 22:31:41 -0500 Subject: [PATCH] Update mini URL to actively maintained fork. According to the project's README: fogcreek/mini is no longer actively maintained. The new official fork can be found at https://github.com/sasbury/mini. Fixes #1259. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd74df19..9c37cfd3 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [hjson](https://github.com/hjson/hjson-go) - Human JSON, a configuration file format for humans. Relaxed syntax, fewer mistakes, more comments. * [ingo](https://github.com/schachmat/ingo) - Flags persisted in an ini-like config file * [ini](https://github.com/go-ini/ini) - Go package for read and write INI files -* [mini](https://github.com/FogCreek/mini) - A golang package for parsing ini-style configuration files +* [mini](https://github.com/sasbury/mini) - A golang package for parsing ini-style configuration files * [store](https://github.com/tucnak/store) - A lightweight configuration manager for Go * [viper](https://github.com/spf13/viper) - Go configuration with fangs