metamath: correct license to gpl2Only

This commit is contained in:
Nathan van Doorn 2020-12-28 17:51:38 +00:00
parent a856e800f7
commit ed299a44e0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ in stdenv.mkDerivation {
'';
homepage = "http://us.metamath.org";
downloadPage = "http://us.metamath.org/#downloads";
license = licenses.gpl2;
license = licenses.gpl2Only;
maintainers = [ maintainers.taneb ];
platforms = platforms.all;
};