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
This commit is contained in:
Raphael Borun Das Gupta 2019-10-05 02:03:07 +02:00
parent 6b899cf083
commit 376bb002e4

View File

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Simulates the falling characters theme from The Matrix movie"; description = "Simulates the falling characters theme from The Matrix movie";
license = licenses.gpl3;
longDescription = '' longDescription = ''
CMatrix simulates the display from "The Matrix" and is based CMatrix simulates the display from "The Matrix" and is based
on the screensaver from the movie's website. on the screensaver from the movie's website.