diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-06-03 20:37:16 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-06-03 20:37:55 +0200 |
commit | 8bb1d81e63ee1bc5e4f4826d1421a0ec4e36039a (patch) | |
tree | 384f6445dc65933c8d0173b3243638f9e01c653a /recipes/schroedinger.recipe | |
parent | ab41ba018f67fc5a555d37ec54f32e315bc6322e (diff) |
schroedinger: Change URL to the Debian one for now
diracvideo.org is down.
Diffstat (limited to 'recipes/schroedinger.recipe')
-rw-r--r-- | recipes/schroedinger.recipe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/schroedinger.recipe b/recipes/schroedinger.recipe index b3c73a78..95a5cd08 100644 --- a/recipes/schroedinger.recipe +++ b/recipes/schroedinger.recipe @@ -5,7 +5,8 @@ class Recipe(recipe.Recipe): name = 'schroedinger' version = '1.0.11' stype = SourceType.TARBALL - url = 'http://diracvideo.org/download/schroedinger/schroedinger-1.0.11.tar.gz' + url = 'http://http.debian.net/debian/pool/main/s/schroedinger/schroedinger_1.0.11.orig.tar.gz' + # url = 'http://diracvideo.org/download/schroedinger/schroedinger-1.0.11.tar.gz' # either LGPLv2 or GPLv2 or MPLv1.1 or MIT licenses = [License.LGPLv2] deps = ['orc', 'glib'] |