diff --git a/.travis.yml b/.travis.yml index 646117a..d78c73d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,10 @@ language: d matrix: allow_failures: - - d: gdc-4.9.2 - d: ldc-0.16.1 include: - d: dmd-2.069.2 env: USE_DOVERALLS=true - - d: gdc-4.9.2 - d: ldc-0.16.1 script: diff --git a/README.md b/README.md index 608bed9..2cbce52 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ D library for working with *.desktop* files. Desktop entries in Freedesktop world are akin to shortcuts from Windows world (.lnk files). -[![Build Status](https://travis-ci.org/MyLittleRobo/desktopfile.svg?branch=master)](https://travis-ci.org/MyLittleRobo/desktopfile) [![Coverage Status](https://coveralls.io/repos/MyLittleRobo/desktopfile/badge.svg?branch=master&service=github)](https://coveralls.io/github/MyLittleRobo/desktopfile?branch=master) +[![Build Status](https://travis-ci.org/FreeSlave/desktopfile.svg?branch=master)](https://travis-ci.org/FreeSlave/desktopfile) [![Coverage Status](https://coveralls.io/repos/FreeSlave/desktopfile/badge.svg?branch=master&service=github)](https://coveralls.io/github/FreeSlave/desktopfile?branch=master) [Online documentation](https://mylittlerobo.github.io/d-freedesktop/docs/desktopfile.html) diff --git a/source/desktopfile/file.d b/source/desktopfile/file.d index 4249ec3..7259f08 100644 --- a/source/desktopfile/file.d +++ b/source/desktopfile/file.d @@ -1,7 +1,7 @@ /** * Class representation of desktop file. * Authors: - * $(LINK2 https://github.com/MyLittleRobo, Roman Chistokhodov) + * $(LINK2 https://github.com/FreeSlave, Roman Chistokhodov) * Copyright: * Roman Chistokhodov, 2015-2016 * License: @@ -330,7 +330,7 @@ final class DesktopEntry : IniLikeGroup * Returns: The value associated with "Icon" key. * Note: This function returns Icon as it's defined in .desktop file. * It does not provide any lookup of actual icon file on the system if the name if not an absolute path. - * To find the path to icon file refer to $(LINK2 http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html, Icon Theme Specification) or consider using $(LINK2 https://github.com/MyLittleRobo/icontheme, icontheme library). + * To find the path to icon file refer to $(LINK2 http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html, Icon Theme Specification) or consider using $(LINK2 https://github.com/FreeSlave/icontheme, icontheme library). */ @safe string iconName() const nothrow pure { return readEntry("Icon"); diff --git a/source/desktopfile/package.d b/source/desktopfile/package.d index 6497271..e3f6468 100644 --- a/source/desktopfile/package.d +++ b/source/desktopfile/package.d @@ -1,7 +1,7 @@ /** * Reading, writing and executing .desktop file * Authors: - * $(LINK2 https://github.com/MyLittleRobo, Roman Chistokhodov) + * $(LINK2 https://github.com/FreeSlave, Roman Chistokhodov) * Copyright: * Roman Chistokhodov, 2015 * License: diff --git a/source/desktopfile/paths.d b/source/desktopfile/paths.d index b3e2eae..99aefd5 100644 --- a/source/desktopfile/paths.d +++ b/source/desktopfile/paths.d @@ -2,7 +2,7 @@ * Getting applications paths where desktop files are stored. * * Authors: - * $(LINK2 https://github.com/MyLittleRobo, Roman Chistokhodov) + * $(LINK2 https://github.com/FreeSlave, Roman Chistokhodov) * Copyright: * Roman Chistokhodov, 2015-2016 * License: diff --git a/source/desktopfile/utils.d b/source/desktopfile/utils.d index cc85732..850a38e 100644 --- a/source/desktopfile/utils.d +++ b/source/desktopfile/utils.d @@ -1,7 +1,7 @@ /** * Utility functions for reading and executing desktop files. * Authors: - * $(LINK2 https://github.com/MyLittleRobo, Roman Chistokhodov) + * $(LINK2 https://github.com/FreeSlave, Roman Chistokhodov) * Copyright: * Roman Chistokhodov, 2015-2016 * License: