tuptime: correct to meta.license = gpl2Plus
This commit is contained in:
parent
fd0b3839b2
commit
dd9240e6b0
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue