summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science/astronomy/gpredict/default.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-02-01 14:14:38 +0100
committerGitHub <noreply@github.com>2021-02-01 14:14:38 +0100
commit23db19263ffe4002e3eeea85196e461c28c5bee7 (patch)
tree5216789251c874a7289b7a34f5c76daf401cbeb9 /pkgs/applications/science/astronomy/gpredict/default.nix
parent3151fd59e73347be946b39bad3c4db2c9a1cf4bb (diff)
parentedd43fbb011a34cbc7db7f8a4d2aecca6056bee3 (diff)
Merge pull request #111561 from markuskowa/fix-maint
Diffstat (limited to 'pkgs/applications/science/astronomy/gpredict/default.nix')
-rw-r--r--pkgs/applications/science/astronomy/gpredict/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/astronomy/gpredict/default.nix b/pkgs/applications/science/astronomy/gpredict/default.nix
index 4cda15e516d4..3f82ff7b52a8 100644
--- a/pkgs/applications/science/astronomy/gpredict/default.nix
+++ b/pkgs/applications/science/astronomy/gpredict/default.nix
@@ -26,7 +26,7 @@ in stdenv.mkDerivation {
well. Gpredict uses the SGP4/SDP4 algorithms, which are compatible with the
NORAD Keplerian elements.
'';
- license = licenses.gpl2;
+ license = licenses.gpl2Only;
platforms = platforms.linux;
homepage = "http://gpredict.oz9aec.net/";
maintainers = [ maintainers.markuskowa maintainers.cmcdragonkai ];