From 9ee72eb9ae259b08b55c2016880690a87321f17c Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Thu, 20 Oct 2011 11:17:24 +0000 Subject: [PATCH] Added license to yafc svn path=/nixpkgs/trunk/; revision=29930 --- pkgs/applications/networking/yafc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/yafc/default.nix b/pkgs/applications/networking/yafc/default.nix index ae3ce06ca50..a6c3c43417e 100644 --- a/pkgs/applications/networking/yafc/default.nix +++ b/pkgs/applications/networking/yafc/default.nix @@ -16,5 +16,6 @@ stdenv.mkDerivation { meta = { description = "ftp/sftp client with readline, autocompletion and bookmarks"; homepage = http://yafc.sourceforge.net; + license = "GPLv2+"; }; }