Added license to yafc
svn path=/nixpkgs/trunk/; revision=29930
This commit is contained in:
parent
631f071df8
commit
9ee72eb9ae
|
@ -16,5 +16,6 @@ stdenv.mkDerivation {
|
||||||
meta = {
|
meta = {
|
||||||
description = "ftp/sftp client with readline, autocompletion and bookmarks";
|
description = "ftp/sftp client with readline, autocompletion and bookmarks";
|
||||||
homepage = http://yafc.sourceforge.net;
|
homepage = http://yafc.sourceforge.net;
|
||||||
|
license = "GPLv2+";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue