Skip to content

Commit 1bf9486

Browse files
committed
Update nickname
1 parent ce25857 commit 1bf9486

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
D library for finding associations between MIME types and applications, e.g. for deciding which application should be used to open a file.
44

5-
[![Build Status](https://travis-ci.org/MyLittleRobo/mimeapps.svg?branch=master)](https://travis-ci.org/MyLittleRobo/mimeapps) [![Coverage Status](https://coveralls.io/repos/github/MyLittleRobo/mimeapps/badge.svg?branch=master)](https://coveralls.io/github/MyLittleRobo/mimeapps?branch=master)
5+
[![Build Status](https://travis-ci.org/FreeSlave/mimeapps.svg?branch=master)](https://travis-ci.org/FreeSlave/mimeapps) [![Coverage Status](https://coveralls.io/repos/github/FreeSlave/mimeapps/badge.svg?branch=master)](https://coveralls.io/github/FreeSlave/mimeapps?branch=master)
66

7-
[Online documentation](https://mylittlerobo.github.io/d-freedesktop/docs/mimeapps.html)
7+
[Online documentation](https://freeslave.github.io/d-freedesktop/docs/mimeapps.html)
88

99
Modern desktop environments on GNU/Linux and BSD flavors implement [MIME Applications Associations](https://www.freedesktop.org/wiki/Specifications/mime-apps-spec/)
1010
to control file associations. The goal of **mimeapps** library is to provide implementation of this specification in D programming language.
1111
Please feel free to propose enchancements or report any related bugs to *Issues* page.
1212

13-
Note: detection of file MIME type is out of the scope of **mimeapps**. You may consider using [mime library](https://github.com/MyLittleRobo/mime) for this purpose.
13+
Note: detection of file MIME type is out of the scope of **mimeapps**. You may consider using [mime library](https://github.com/FreeSlave/mime) for this purpose.
1414

1515
## Features
1616

@@ -56,7 +56,7 @@ Add option --ask to list all associated applications before opening the file.
5656

5757
Pass http url to open in web browser:
5858

59-
dub run :open -- --ask https://github.com/MyLittleRobo/mimeapps
59+
dub run :open -- --ask https://github.com/FreeSlave/mimeapps
6060

6161
### [Mimeapps update](examples/update/source/app.d)
6262

source/mimeapps.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Finding associations between MIME types and applications.
33
* Authors:
4-
* $(LINK2 https://github.com/MyLittleRobo, Roman Chistokhodov)
4+
* $(LINK2 https://github.com/FreeSlave, Roman Chistokhodov)
55
* Copyright:
66
* Roman Chistokhodov, 2016
77
* License:

0 commit comments

Comments
 (0)