gpredict: fix license
This commit is contained in:
parent
a95e861f68
commit
8d466ab26a
@ -26,7 +26,7 @@ in stdenv.mkDerivation {
|
|||||||
well. Gpredict uses the SGP4/SDP4 algorithms, which are compatible with the
|
well. Gpredict uses the SGP4/SDP4 algorithms, which are compatible with the
|
||||||
NORAD Keplerian elements.
|
NORAD Keplerian elements.
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
homepage = "http://gpredict.oz9aec.net/";
|
homepage = "http://gpredict.oz9aec.net/";
|
||||||
maintainers = [ maintainers.markuskowa maintainers.cmcdragonkai ];
|
maintainers = [ maintainers.markuskowa maintainers.cmcdragonkai ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user