From 376bb002e4014abcf6d38320ad0635e6271b49a7 Mon Sep 17 00:00:00 2001 From: Raphael Borun Das Gupta Date: Sat, 5 Oct 2019 02:03:07 +0200 Subject: [PATCH] cmatrix: set license attribute (gpl3) According to https://github.com/abishekvashok/cmatrix/blob/v2.0/COPYING and https://github.com/abishekvashok/cmatrix/tree/v2.0#license, CMatrix 2.0 is licensed under GPL 3. part of #43716 --- pkgs/applications/misc/cmatrix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/cmatrix/default.nix b/pkgs/applications/misc/cmatrix/default.nix index 9a008a886fac..cc57e58c56a4 100644 --- a/pkgs/applications/misc/cmatrix/default.nix +++ b/pkgs/applications/misc/cmatrix/default.nix @@ -16,6 +16,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Simulates the falling characters theme from The Matrix movie"; + license = licenses.gpl3; longDescription = '' CMatrix simulates the display from "The Matrix" and is based on the screensaver from the movie's website.