From 4c448abba9cc195337bc92af1ddcfd348b52e62b Mon Sep 17 00:00:00 2001 From: Gavin John Date: Wed, 15 Jan 2025 14:41:16 -0800 Subject: [PATCH] gpredict: fix license --- pkgs/by-name/gp/gpredict/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/gp/gpredict/package.nix b/pkgs/by-name/gp/gpredict/package.nix index 0dba091035a7..efefa509f622 100644 --- a/pkgs/by-name/gp/gpredict/package.nix +++ b/pkgs/by-name/gp/gpredict/package.nix @@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: { well. Gpredict uses the SGP4/SDP4 algorithms, which are compatible with the NORAD Keplerian elements. ''; - license = lib.licenses.gpl2Only; + license = lib.licenses.gpl2Plus; platforms = lib.platforms.linux; homepage = "http://gpredict.oz9aec.net/"; maintainers = with lib.maintainers; [