From e012bf3bc9901ccc8274ddd503d3a91647ea4e6b Mon Sep 17 00:00:00 2001 From: Michael Furtak Date: Mon, 11 Jan 2016 15:52:30 -0500 Subject: [PATCH] Change KrauseFx references to fastlane --- CONTRIBUTING.md | 4 ++-- README.md | 6 +++--- bin/pem | 2 +- fastlane/Fastfile | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8cd40c298e5..84974743d90 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,9 +6,9 @@ To clone the [fastlane](https://fastlane.tools) repos, use the [countdown](https Before submitting a new issue, do the following: -- Verify you're runing the latest version by running `pem -v` and compare it with the [project page on GitHub](https://github.com/KrauseFx/PEM). +- Verify you're runing the latest version by running `pem -v` and compare it with the [project page on GitHub](https://github.com/fastlane/PEM). - Verify you have Xcode tools installed by running `xcode-select --install`. -- Make sure to read through the [README](https://github.com/KrauseFx/PEM) of the project. +- Make sure to read through the [README](https://github.com/fastlane/PEM) of the project. When submitting a new issue, please provide the following information: diff --git a/README.md b/README.md index 542db813627..bdfc0184682 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ pem ============ -[![Twitter: @KauseFx](https://img.shields.io/badge/contact-@KrauseFx-blue.svg?style=flat)](https://twitter.com/KrauseFx) -[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/KrauseFx/pem/blob/master/LICENSE) +[![Twitter: @FastlaneTools](https://img.shields.io/badge/contact-@FastlaneTools-blue.svg?style=flat)](https://twitter.com/FastlaneTools) +[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/pem/blob/master/LICENSE) [![Gem](https://img.shields.io/gem/v/pem.svg?style=flat)](http://rubygems.org/gems/pem) ###### Automatically generate and renew your push notification profiles @@ -41,7 +41,7 @@ Tired of manually creating and maintaining your push notification profiles for y To automate iOS Provisioning profiles you can use [sigh](https://github.com/fastlane/sigh). -Get in contact with the developer on Twitter: [@KrauseFx](https://twitter.com/KrauseFx) +Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools) -------

diff --git a/bin/pem b/bin/pem index eb0b5ca0c22..2a3a8c349e0 100755 --- a/bin/pem +++ b/bin/pem @@ -17,7 +17,7 @@ class PemApplication program :description, 'CLI for \'PEM\' - Automatically generate and renew your push notification profiles' program :help, 'Author', 'Felix Krause ' program :help, 'Website', 'https://fastlane.tools' - program :help, 'GitHub', 'https://github.com/krausefx/PEM' + program :help, 'GitHub', 'https://github.com/fastlane/PEM' program :help_formatter, :compact FastlaneCore::CommanderGenerator.new.generate(PEM::Options.available_options) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 6f8e10aa207..07359e8a772 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -1,5 +1,5 @@ # Fetch and use the latest Fastfile from the fastlane main repository -import_from_git(url: "https://github.com/krausefx/fastlane/") +import_from_git(url: "https://github.com/fastlane/fastlane/") override_lane :module_ref do |options| PEM