From 833d9197a9609383a7f774383c346659aea449e6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 4 Jan 2017 22:33:06 -0500 Subject: Fix incorrect home url --- astropy/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astropy') 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: -- cgit