gpredict: fix license

This commit is contained in:
Gavin John
2025-04-18 14:05:55 -07:00
parent 8c15a8dba5
commit 4c448abba9
+1 -1
View File
@@ -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; [