Skip to content

Commit 50375a5

Browse files
committed
ma: use IA URL for src
The URL provided by upstream is not stable.
1 parent ddd4c3c commit 50375a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ma/ma/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
1010
version = "11";
1111

1212
src = fetchurl {
13-
url = "http://call-with-current-continuation.org/ma/ma.tar.gz";
13+
url = "https://web.archive.org/web/20250511210225/http://call-with-current-continuation.org/ma/ma.tar.gz";
1414
hash = "sha256-1UVxXbN2jSNm13BjyoN3jbKtkO3DUEEHaDOC2Ibbxf4=";
1515
};
1616

0 commit comments

Comments
 (0)