From d41d1b930c5277e163bb2738243fa9d6cb6f924f Mon Sep 17 00:00:00 2001 From: Roman Chistokhodov Date: Mon, 26 Sep 2016 22:49:14 +0300 Subject: [PATCH] Update nickname --- README.md | 4 ++-- source/standardpaths.d | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9afa413..1a7c637 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ D library for getting standard paths (e.g. Pictures, Music, Documents and also generic configuration and data paths). Inspired by QStandardPaths from Qt. -[![Build Status](https://travis-ci.org/MyLittleRobo/standardpaths.svg?branch=master)](https://travis-ci.org/MyLittleRobo/standardpaths) +[![Build Status](https://travis-ci.org/FreeSlave/standardpaths.svg?branch=master)](https://travis-ci.org/FreeSlave/standardpaths) -[Online documentation](http://mylittlerobo.github.io/standardpaths/standardpaths.html) +[Online documentation](http://freeslave.github.io/standardpaths/standardpaths.html) ## Platform support diff --git a/source/standardpaths.d b/source/standardpaths.d index a0b7f1b..6f4f2e9 100644 --- a/source/standardpaths.d +++ b/source/standardpaths.d @@ -1,7 +1,7 @@ /** * Functions for retrieving standard paths in cross-platform manner. * Authors: - * $(LINK2 https://github.com/MyLittleRobo, Roman Chistokhodov) + * $(LINK2 https://github.com/FreeSlave, Roman Chistokhodov) * License: * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Copyright: