mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
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; {
|
||||
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 New Issue
Block a user