From 46e7af3584ded741ac2f3bc80724715cddf64772 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 11 May 2017 14:42:39 -0400 Subject: Update purge_path repository URL (#26) --- purge_path/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/purge_path/meta.yaml b/purge_path/meta.yaml index 84f4ddb..aa4187f 100644 --- a/purge_path/meta.yaml +++ b/purge_path/meta.yaml @@ -5,8 +5,8 @@ {% set number = '0' %} about: - home: http://bitbucket.org/jhunkeler/{{ name }} - license: GPL + home: https://github.com/jhunkeler/{{ name }} + license: BSD summary: purge_path a small PATH manipulator build: @@ -25,4 +25,4 @@ requirements: - python x.x source: - git_url: https://bitbucket.org/jhunkeler/{{ name }}.git + git_url: https://github.com/jhunkeler/{{ name }}.git -- cgit