diff options
| author | Guillaume Girol <symphorien@users.noreply.github.com> | 2021-05-23 21:02:19 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-01 16:07:46 +0000 |
| commit | 565dc68f063b81cbf5a0573f176cd1ae3e728b07 (patch) | |
| tree | 41b0095008de03b67a6a319d22b158d2ac117703 | |
| parent | gpxlab: fix localization (diff) | |
| download | nixpkgs-origin/backport-124012-to-release-21.05.tar.gz | |
gpxlab: update licenseorigin/backport-124012-to-release-21.05
(cherry picked from commit 87c98dcdfc1778f8988e3d430cfe847b56a26f5c)
| -rw-r--r-- | pkgs/applications/misc/gpxlab/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/gpxlab/default.nix b/pkgs/applications/misc/gpxlab/default.nix index 86063d4b85c8..c8d6eb3b84c7 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; }; } |
