nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit 3bcff05b5036d6ec84c0471f83c0138704135f04
parent ee3f5a2c9a42ee65e873e356637f5daa255bc19f
Author: Nikolay Korotkiy <sikmir@gmail.com>
Date:   Sat, 25 Jul 2020 23:46:01 +0300

Fix licenses

Diffstat:
Mpkgs/applications/macpass/bin.nix | 2+-
Mpkgs/applications/openorienteering-mapper/bin.nix | 2+-
Mpkgs/applications/openorienteering-mapper/default.nix | 2+-
Mpkgs/applications/qmapshack/bin.nix | 2+-
Mpkgs/development/libraries/gpxlib/default.nix | 2+-
5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pkgs/applications/macpass/bin.nix b/pkgs/applications/macpass/bin.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation { meta = with stdenv.lib; { description = "A native OS X KeePass client"; homepage = "https://macpassapp.org/"; - license = licenses.gpl3; + license = licenses.gpl3Plus; maintainers = [ maintainers.sikmir ]; platforms = [ "x86_64-darwin" ]; skip.ci = true; diff --git a/pkgs/applications/openorienteering-mapper/bin.nix b/pkgs/applications/openorienteering-mapper/bin.nix @@ -25,7 +25,7 @@ stdenv.mkDerivation { meta = with stdenv.lib; { inherit (sources.mapper) description homepage; - license = licenses.gpl3; + license = licenses.gpl3Plus; maintainers = [ maintainers.sikmir ]; platforms = [ "x86_64-darwin" ]; skip.ci = true; diff --git a/pkgs/applications/openorienteering-mapper/default.nix b/pkgs/applications/openorienteering-mapper/default.nix @@ -83,7 +83,7 @@ mkDerivation { meta = with lib; { inherit (sources.mapper) description homepage; - license = licenses.gpl3; + license = licenses.gpl3Plus; maintainers = [ maintainers.sikmir ]; platforms = platforms.unix; }; diff --git a/pkgs/applications/qmapshack/bin.nix b/pkgs/applications/qmapshack/bin.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation { meta = with stdenv.lib; { homepage = "https://github.com/Maproom/qmapshack"; description = "Consumer grade GIS software"; - license = licenses.gpl3; + license = licenses.gpl3Plus; maintainers = [ maintainers.sikmir ]; platforms = [ "x86_64-darwin" ]; skip.ci = true; diff --git a/pkgs/development/libraries/gpxlib/default.nix b/pkgs/development/libraries/gpxlib/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation { meta = with stdenv.lib; { inherit (sources.gpxlib) description homepage; - license = licenses.lgpl3; + license = licenses.lgpl3Plus; maintainers = [ maintainers.sikmir ]; platforms = platforms.unix; };