Skip to content

Commit f3a9d81

Browse files
emarynbjornfor
authored andcommitted
ncftp: remove with lib
1 parent ae91fa1 commit f3a9d81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/nc/ncftp/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ stdenv.mkDerivation (finalAttrs: {
5353
"--mandir=$(out)/share/man/"
5454
];
5555

56-
meta = with lib; {
56+
meta = {
5757
description = "Command line FTP (File Transfer Protocol) client";
5858
homepage = "https://www.ncftp.com/ncftp/";
59-
maintainers = with maintainers; [ bjornfor ];
60-
platforms = platforms.unix;
61-
license = licenses.clArtistic;
59+
maintainers = with lib.maintainers; [ bjornfor ];
60+
platforms = lib.platforms.unix;
61+
license = lib.licenses.clArtistic;
6262
mainProgram = "ncftp";
6363
};
6464
})

0 commit comments

Comments
 (0)