From 49acb91cbff3a2a3665b178f5f266f66fb3ecdaa Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Sun, 23 May 2021 21:02:19 +0000 Subject: [PATCH] gpxlab: update license (cherry picked from commit 87c98dcdfc1778f8988e3d430cfe847b56a26f5c) --- pkgs/applications/misc/gpxlab/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/gpxlab/default.nix b/pkgs/applications/misc/gpxlab/default.nix index 86063d4b85c..c8d6eb3b84c 100644 --- a/pkgs/applications/misc/gpxlab/default.nix +++ b/pkgs/applications/misc/gpxlab/default.nix @@ -38,8 +38,8 @@ mkDerivation rec { GPXLab is an application to display and manage GPS tracks previously recorded with a GPS tracker. ''; - license = licenses.gpl3; + license = licenses.gpl3Only; maintainers = with maintainers; [ sikmir ]; - platforms = with platforms; linux ++ darwin; + platforms = platforms.unix; }; }