pyenv-pip-migrate: update github url
This commit is contained in:
parent
a3aceeccb5
commit
29e7cd14c4
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
class PyenvPipMigrate < Formula
|
||||
desc "Migrate pip packages from one Python version to another"
|
||||
homepage "https://github.com/yyuu/pyenv-pip-migrate"
|
||||
url "https://github.com/yyuu/pyenv-pip-migrate/archive/v20130527.tar.gz"
|
||||
homepage "https://github.com/pyenv/pyenv-pip-migrate"
|
||||
url "https://github.com/pyenv/pyenv-pip-migrate/archive/v20130527.tar.gz"
|
||||
sha256 "1ec5a590a05792843d493a66825ede852b6afc6e95a6a2d2a813e73497c6637a"
|
||||
head "https://github.com/yyuu/pyenv-pip-migrate.git"
|
||||
head "https://github.com/pyenv/pyenv-pip-migrate.git"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
|
|
Loading…
Reference in a new issue