Adding the license for xjump

This commit is contained in:
pe@pijul.org 2018-02-12 08:37:18 +01:00
parent d697a404ab
commit 41f4bfd5f7

View file

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "The falling tower game";
license = licenses.gpl2;
maintainers = with maintainers; [ pmeunier ];
};
}