From 86f64871f1dec4e01b09d42a07c4102e44f51344 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 22 Jul 2018 16:38:10 +0200 Subject: [PATCH] zimwriterfs: add license see issue #43716 --- pkgs/tools/text/zimwriterfs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/text/zimwriterfs/default.nix b/pkgs/tools/text/zimwriterfs/default.nix index 085331ce0d5c..a5eeb423ff26 100644 --- a/pkgs/tools/text/zimwriterfs/default.nix +++ b/pkgs/tools/text/zimwriterfs/default.nix @@ -37,6 +37,7 @@ stdenv.mkDerivation rec { description = "A console tool to create ZIM files"; homepage = http://git.wikimedia.org/log/openzim; maintainers = with stdenv.lib.maintainers; [ robbinch ]; + license = stdenv.lib.licenses.gpl3; platforms = with stdenv.lib.platforms; linux; }; }