summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRaphael Borun Das Gupta <git@raphael.dasgupta.ch>2019-10-05 02:03:07 +0200
committerRaphael Borun Das Gupta <git@raphael.dasgupta.ch>2019-10-05 02:07:21 +0200
commit376bb002e4014abcf6d38320ad0635e6271b49a7 (patch)
tree6d4283c70943f0ce0ade411450af1c141b52db2a /pkgs/applications
parent6b899cf083a23191b19520374b6418a50b1c432a (diff)
downloadnixpkgs-376bb002e4014abcf6d38320ad0635e6271b49a7.tar
nixpkgs-376bb002e4014abcf6d38320ad0635e6271b49a7.tar.gz
nixpkgs-376bb002e4014abcf6d38320ad0635e6271b49a7.tar.bz2
nixpkgs-376bb002e4014abcf6d38320ad0635e6271b49a7.tar.lz
nixpkgs-376bb002e4014abcf6d38320ad0635e6271b49a7.tar.xz
nixpkgs-376bb002e4014abcf6d38320ad0635e6271b49a7.tar.zst
nixpkgs-376bb002e4014abcf6d38320ad0635e6271b49a7.zip
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
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/cmatrix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/cmatrix/default.nix b/pkgs/applications/misc/cmatrix/default.nix
index 9a008a886fa..cc57e58c56a 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.