yamdi: change src url to sourceforge mirror

+1 -1
+1 -1
pkgs/tools/video/yamdi/default.nix
··· 10 # Source repo is also available here: 11 # https://github.com/ioppermann/yamdi 12 src = fetchurl { 13 - url = "https://downloads.sourceforge.net/project/yamdi/yamdi/${version}/yamdi-${version}.tar.gz"; 14 sha256 = "4a6630f27f6c22bcd95982bf3357747d19f40bd98297a569e9c77468b756f715"; 15 }; 16
··· 10 # Source repo is also available here: 11 # https://github.com/ioppermann/yamdi 12 src = fetchurl { 13 + url = "mirror://sourceforge/yamdi/yamdi-${version}.tar.gz"; 14 sha256 = "4a6630f27f6c22bcd95982bf3357747d19f40bd98297a569e9c77468b756f715"; 15 }; 16