summary refs log tree commit diff
path: root/pkgs/games/construo
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-08-05 16:12:46 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-08-05 16:12:46 +0200
commit7b4f037a91b193bb4f9bfcdd1021c1211c155042 (patch)
tree046af6292a17df7b179ff8f71723cbb3376a060a /pkgs/games/construo
parent4d432df0a54e57e612efdcec468cd6078a133413 (diff)
downloadnixpkgs-7b4f037a91b193bb4f9bfcdd1021c1211c155042.tar
nixpkgs-7b4f037a91b193bb4f9bfcdd1021c1211c155042.tar.gz
nixpkgs-7b4f037a91b193bb4f9bfcdd1021c1211c155042.tar.bz2
nixpkgs-7b4f037a91b193bb4f9bfcdd1021c1211c155042.tar.lz
nixpkgs-7b4f037a91b193bb4f9bfcdd1021c1211c155042.tar.xz
nixpkgs-7b4f037a91b193bb4f9bfcdd1021c1211c155042.tar.zst
nixpkgs-7b4f037a91b193bb4f9bfcdd1021c1211c155042.zip
construo: add license
see issue #43716
Diffstat (limited to 'pkgs/games/construo')
-rw-r--r--pkgs/games/construo/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }