diff options
-rw-r--r-- | packages/libelf/libelf_0.8.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libelf/libelf_0.8.3.bb b/packages/libelf/libelf_0.8.3.bb index 9332b1802f..3bd384b32a 100644 --- a/packages/libelf/libelf_0.8.3.bb +++ b/packages/libelf/libelf_0.8.3.bb @@ -7,7 +7,8 @@ such as Eli (a state of the art compiler generation system), and Elk (the \ Extension Language Kit - an implementation of the Scheme programming \ language.)" LICENSE = "LGPL" -SRC_URI = "http://www.stud.uni-hannover.de/~michael/software/libelf-${PV}.tar.gz" + +SRC_URI = "http://www.mr511.de/software/libelf-${PV}.tar.gz" inherit autotools |