summary refs log tree commit diff
path: root/pkgs/tools/graphics/cfdg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/cfdg/default.nix')
-rw-r--r--pkgs/tools/graphics/cfdg/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/cfdg/default.nix b/pkgs/tools/graphics/cfdg/default.nix
index a4d49edcb44..c65d1302dca 100644
--- a/pkgs/tools/graphics/cfdg/default.nix
+++ b/pkgs/tools/graphics/cfdg/default.nix
@@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ raskin ];
     platforms = platforms.linux;
     homepage = https://contextfreeart.org/;
+    license = licenses.gpl2;
     downloadPage = "https://contextfreeart.org/mediawiki/index.php/Download_page";
   };
 }