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

View File

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