summaryrefslogtreecommitdiff
path: root/recipes/schroedinger.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2015-06-03 20:37:16 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-06-03 20:37:55 +0200
commit8bb1d81e63ee1bc5e4f4826d1421a0ec4e36039a (patch)
tree384f6445dc65933c8d0173b3243638f9e01c653a /recipes/schroedinger.recipe
parentab41ba018f67fc5a555d37ec54f32e315bc6322e (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.recipe3
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']