lftp: update homepage
lftp.tech seems dead now ; and use SPDX 3.0 license identifier
This commit is contained in:
parent
00089fcaf0
commit
1a7d399792
1 changed files with 3 additions and 4 deletions
|
@ -6,9 +6,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"https://lftp.tech/ftp/${pname}-${version}.tar.xz"
|
|
||||||
"https://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/${pname}-${version}.tar.xz"
|
|
||||||
"https://lftp.yar.ru/ftp/${pname}-${version}.tar.xz"
|
"https://lftp.yar.ru/ftp/${pname}-${version}.tar.xz"
|
||||||
|
"https://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/${pname}-${version}.tar.xz"
|
||||||
];
|
];
|
||||||
sha256 = "03b7y0h3mf4jfq5y8zw6hv9v44z3n6i8hc1iswax96y3z7sc85y5";
|
sha256 = "03b7y0h3mf4jfq5y8zw6hv9v44z3n6i8hc1iswax96y3z7sc85y5";
|
||||||
};
|
};
|
||||||
|
@ -31,8 +30,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A file transfer program supporting a number of network protocols";
|
description = "A file transfer program supporting a number of network protocols";
|
||||||
homepage = "https://lftp.tech/";
|
homepage = "https://lftp.yar.ru/";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue