diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-04 22:33:06 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-04 22:33:06 -0500 | 
| commit | 833d9197a9609383a7f774383c346659aea449e6 (patch) | |
| tree | c64c03b14a7739546672a20a9a6d5d666f4f427b | |
| parent | ebc50321b8c9df0600d8fe330ce92ac8ba5cbddb (diff) | |
| download | astroconda-dev-833d9197a9609383a7f774383c346659aea449e6.tar.gz | |
Fix incorrect home url
| -rw-r--r-- | astropy/meta.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/astropy/meta.yaml b/astropy/meta.yaml index 01bbf00..19a29ca 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -3,7 +3,7 @@  {% set number = '0' %}  about: -    home: https://github.com/spacetelescope/{{ name }} +    home: https://github.com/astropy/{{ name }}      license: BSD      summary: Astropy is a package intended to contain much of the core functionality and some common tools needed for performing astronomy and astrophysics with Python.  build:  | 
