tuptime: correct to meta.license = gpl2Plus
This commit is contained in:
parent
fd0b3839b2
commit
dd9240e6b0
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Total uptime & downtime statistics utility";
|
description = "Total uptime & downtime statistics utility";
|
||||||
homepage = "https://github.com/rfrail3/tuptime";
|
homepage = "https://github.com/rfrail3/tuptime";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.evils ];
|
maintainers = [ maintainers.evils ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user