summary refs log tree commit diff
path: root/pkgs/tools/system/tuptime
diff options
context:
space:
mode:
authorEvils <evils.devils@protonmail.com>2020-06-23 12:49:01 +0200
committerEvils <evils.devils@protonmail.com>2020-10-31 21:33:24 +0100
commitdd9240e6b09a638ea450c427dd8dfd8f0fa1aa27 (patch)
tree66e769033929345e642f77c35a55a47ad2299f24 /pkgs/tools/system/tuptime
parentfd0b3839b231d688b0780ef973e3eb9611d383eb (diff)
downloadnixpkgs-dd9240e6b09a638ea450c427dd8dfd8f0fa1aa27.tar
nixpkgs-dd9240e6b09a638ea450c427dd8dfd8f0fa1aa27.tar.gz
nixpkgs-dd9240e6b09a638ea450c427dd8dfd8f0fa1aa27.tar.bz2
nixpkgs-dd9240e6b09a638ea450c427dd8dfd8f0fa1aa27.tar.lz
nixpkgs-dd9240e6b09a638ea450c427dd8dfd8f0fa1aa27.tar.xz
nixpkgs-dd9240e6b09a638ea450c427dd8dfd8f0fa1aa27.tar.zst
nixpkgs-dd9240e6b09a638ea450c427dd8dfd8f0fa1aa27.zip
tuptime: correct to meta.license = gpl2Plus
Diffstat (limited to 'pkgs/tools/system/tuptime')
-rw-r--r--pkgs/tools/system/tuptime/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/tuptime/default.nix b/pkgs/tools/system/tuptime/default.nix
index abfc8ae5ac8..21529ac7677 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 ];
   };