summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-07-22 17:08:30 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-07-22 17:09:02 +0200
commit4c9d8d4c3f71567ad2cedf87681c8ba9f6fe3268 (patch)
tree40842ce17edf5de3602efc5ba23d9abfb6b9fcee /pkgs
parent27af1633a497c49308bd008d510b0388b723656d (diff)
downloadnixpkgs-4c9d8d4c3f71567ad2cedf87681c8ba9f6fe3268.tar
nixpkgs-4c9d8d4c3f71567ad2cedf87681c8ba9f6fe3268.tar.gz
nixpkgs-4c9d8d4c3f71567ad2cedf87681c8ba9f6fe3268.tar.bz2
nixpkgs-4c9d8d4c3f71567ad2cedf87681c8ba9f6fe3268.tar.lz
nixpkgs-4c9d8d4c3f71567ad2cedf87681c8ba9f6fe3268.tar.xz
nixpkgs-4c9d8d4c3f71567ad2cedf87681c8ba9f6fe3268.tar.zst
nixpkgs-4c9d8d4c3f71567ad2cedf87681c8ba9f6fe3268.zip
xmoto: add license
see issue #43716
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/xmoto/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/xmoto/default.nix b/pkgs/games/xmoto/default.nix
index ef8c5a09cae..e43d01d2eca 100644
--- a/pkgs/games/xmoto/default.nix
+++ b/pkgs/games/xmoto/default.nix
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
     homepage = http://xmoto.tuxfamily.org;
     maintainers = with maintainers; [ raskin viric pSub ];
     platforms = platforms.linux;
+    license = licenses.gpl2;
   };
 }