tuptime: correct to meta.license = gpl2Plus

This commit is contained in:
Evils
2020-10-31 21:33:24 +01:00
parent fd0b3839b2
commit dd9240e6b0
+1 -1
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 ];
};