alpine: fix links
This commit is contained in:
parent
4bd7e963b3
commit
ed9741d60f
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
|||||||
version = "2.21";
|
version = "2.21";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://alpine.freeiz.com/alpine/release/src/${pname}-${version}.tar.xz";
|
url = "http://alpine.x10host.com/alpine/release/src/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0f3llxrmaxw7w9w6aixh752md3cdc91mwfmbarkm8s413f4bcc30";
|
sha256 = "0f3llxrmaxw7w9w6aixh752md3cdc91mwfmbarkm8s413f4bcc30";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -22,11 +22,11 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-passfile=.pine-passfile"
|
"--with-passfile=.pine-passfile"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Console mail reader";
|
description = "Console mail reader";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = with maintainers; [ raskin ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
homepage = https://www.washington.edu/alpine/;
|
homepage = "http://alpine.x10host.com/";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user