From 7b4f037a91b193bb4f9bfcdd1021c1211c155042 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 5 Aug 2018 16:12:46 +0200 Subject: [PATCH] construo: add license see issue #43716 --- pkgs/games/construo/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/games/construo/default.nix b/pkgs/games/construo/default.nix index 7db64136731..38a67289d39 100644 --- a/pkgs/games/construo/default.nix +++ b/pkgs/games/construo/default.nix @@ -21,5 +21,6 @@ stdenv.mkDerivation rec { meta = { description = "Masses and springs simulation game"; homepage = http://fs.fsf.org/construo/; + license = stdenv.lib.licenses.gpl3; }; }