We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae91fa1 commit f3a9d81Copy full SHA for f3a9d81
pkgs/by-name/nc/ncftp/package.nix
@@ -53,12 +53,12 @@ stdenv.mkDerivation (finalAttrs: {
53
"--mandir=$(out)/share/man/"
54
];
55
56
- meta = with lib; {
+ meta = {
57
description = "Command line FTP (File Transfer Protocol) client";
58
homepage = "https://www.ncftp.com/ncftp/";
59
- maintainers = with maintainers; [ bjornfor ];
60
- platforms = platforms.unix;
61
- license = licenses.clArtistic;
+ maintainers = with lib.maintainers; [ bjornfor ];
+ platforms = lib.platforms.unix;
+ license = lib.licenses.clArtistic;
62
mainProgram = "ncftp";
63
};
64
})
0 commit comments