Skip to content

Commit

Permalink
s/calleerlandsson/mptre
Browse files Browse the repository at this point in the history
  • Loading branch information
mptre committed Apr 10, 2018
1 parent 53823a2 commit 432611c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -95,7 +95,7 @@ script:
addons:
coverity_scan:
project:
name: calleerlandsson/pick
name: mptre/pick
description: a fuzzy search tool for the command-line
notification_email: pick-maintainers@calleerlandsson.com
build_command_prepend: ./autogen.sh; ./configure
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -109,8 +109,8 @@ Internal documentation on crafting a release.
Subject: pick 0.0.2
```

[announce]: https://github.com/calleerlandsson/pick/releases/new
[conduct]: https://github.com/calleerlandsson/pick/blob/master/CODE_OF_CONDUCT.md
[manual]: https://github.com/calleerlandsson/pick/tree/master/pick.1
[announce]: https://github.com/mptre/pick/releases/new
[conduct]: https://github.com/mptre/pick/blob/master/CODE_OF_CONDUCT.md
[manual]: https://github.com/mptre/pick/tree/master/pick.1
[style]: https://man.openbsd.org/style
[test]: https://github.com/calleerlandsson/pick/tree/master/tests#test-suite
[test]: https://github.com/mptre/pick/tree/master/tests#test-suite
2 changes: 1 addition & 1 deletion INSTALL.md.in
Expand Up @@ -3,7 +3,7 @@ pick installation

1. Download and extract the latest release:

curl -O https://github.com/calleerlandsson/pick/releases/download/v@PACKAGE_VERSION@/pick-@PACKAGE_VERSION@.tar.gz
curl -O https://github.com/mptre/pick/releases/download/v@PACKAGE_VERSION@/pick-@PACKAGE_VERSION@.tar.gz
tar -zxvf pick-@PACKAGE_VERSION@.tar.gz
cd pick-@PACKAGE_VERSION@

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -94,11 +94,11 @@ follow the instructions in [CONTRIBUTING.md][current].
Copyright (c) 2017 Calle Erlandsson, Anton Lindqvist & thoughtbot.

[crux]: https://github.com/6c37/crux-ports
[current]: https://github.com/calleerlandsson/pick/blob/master/CONTRIBUTING.md
[current]: https://github.com/mptre/pick/blob/master/CONTRIBUTING.md
[debian]: https://packages.debian.org/stable/misc/pick
[gentoo]: https://packages.gentoo.org/packages/sys-apps/pick
[pick-vim]: https://github.com/calleerlandsson/pick.vim
[pick]: https://calleerlandsson.github.io/pick/
[release]: https://github.com/calleerlandsson/pick/releases/
[pick]: https://mptre.github.io/pick/
[release]: https://github.com/mptre/pick/releases/
[ubuntu]: https://packages.ubuntu.com/xenial/pick
[void]: https://github.com/voidlinux/void-packages/blob/master/srcpkgs/pick/template

0 comments on commit 432611c

Please sign in to comment.