gpxlab: update license

(cherry picked from commit 87c98dcdfc1778f8988e3d430cfe847b56a26f5c)
This commit is contained in:
Guillaume Girol 2021-05-23 21:02:19 +00:00 committed by Bjørn Forsman
parent 3e1e2b277f
commit 49acb91cbf

View File

@ -38,8 +38,8 @@ mkDerivation rec {
GPXLab is an application to display and manage GPS tracks GPXLab is an application to display and manage GPS tracks
previously recorded with a GPS tracker. previously recorded with a GPS tracker.
''; '';
license = licenses.gpl3; license = licenses.gpl3Only;
maintainers = with maintainers; [ sikmir ]; maintainers = with maintainers; [ sikmir ];
platforms = with platforms; linux ++ darwin; platforms = platforms.unix;
}; };
} }