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:
parent
6b899cf083
commit
376bb002e4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user