From b08ba87b36ec766c0e163c9aaac2a9eeeee7618e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 25 Mar 2013 12:36:12 +0100 Subject: [PATCH] rsync: add meta.license attribute --- pkgs/applications/networking/sync/rsync/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/sync/rsync/default.nix b/pkgs/applications/networking/sync/rsync/default.nix index 32b531528d05..5447b21009ff 100644 --- a/pkgs/applications/networking/sync/rsync/default.nix +++ b/pkgs/applications/networking/sync/rsync/default.nix @@ -27,6 +27,7 @@ stdenv.mkDerivation rec { meta = { homepage = http://samba.anu.edu.au/rsync/; description = "A fast incremental file transfer utility"; + license = stdenv.lib.licenses.gpl3Plus; platforms = stdenv.lib.platforms.unix; maintainers = [ stdenv.lib.maintainers.simons ];