From dd9240e6b09a638ea450c427dd8dfd8f0fa1aa27 Mon Sep 17 00:00:00 2001 From: Evils Date: Tue, 23 Jun 2020 12:49:01 +0200 Subject: [PATCH] tuptime: correct to meta.license = gpl2Plus --- pkgs/tools/system/tuptime/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/tuptime/default.nix b/pkgs/tools/system/tuptime/default.nix index abfc8ae5ac87..21529ac76778 100644 --- a/pkgs/tools/system/tuptime/default.nix +++ b/pkgs/tools/system/tuptime/default.nix @@ -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 ]; };