tuptime: correct to meta.license = gpl2Plus

This commit is contained in:
Evils 2020-06-23 12:49:01 +02:00
parent fd0b3839b2
commit dd9240e6b0

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Total uptime & downtime statistics utility";
homepage = "https://github.com/rfrail3/tuptime";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.all;
maintainers = [ maintainers.evils ];
};