forked from mirrors/nixpkgs
Adding the license for xjump
This commit is contained in:
parent
d697a404ab
commit
41f4bfd5f7
|
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "The falling tower game";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ pmeunier ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue