summary refs log tree commit diff
path: root/pkgs/applications/science/astronomy
diff options
context:
space:
mode:
authorHunter Jones <hjones2199@gmail.com>2021-02-27 15:11:20 -0600
committerHunter Jones <hjones2199@gmail.com>2021-02-27 15:11:20 -0600
commit62249b7904cee7581e6eb046ee77b268926bca10 (patch)
treebe49cc900a546ec247162625652aede44559f1b5 /pkgs/applications/science/astronomy
parent18040bda9b266bccdbe2239969d92056d7b001e7 (diff)
downloadnixpkgs-62249b7904cee7581e6eb046ee77b268926bca10.tar
nixpkgs-62249b7904cee7581e6eb046ee77b268926bca10.tar.gz
nixpkgs-62249b7904cee7581e6eb046ee77b268926bca10.tar.bz2
nixpkgs-62249b7904cee7581e6eb046ee77b268926bca10.tar.lz
nixpkgs-62249b7904cee7581e6eb046ee77b268926bca10.tar.xz
nixpkgs-62249b7904cee7581e6eb046ee77b268926bca10.tar.zst
nixpkgs-62249b7904cee7581e6eb046ee77b268926bca10.zip
kstars: update license to gpl2Plus
Diffstat (limited to 'pkgs/applications/science/astronomy')
-rw-r--r--pkgs/applications/science/astronomy/kstars/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/astronomy/kstars/default.nix b/pkgs/applications/science/astronomy/kstars/default.nix
index 1839a91e2fe..47c69d7451f 100644
--- a/pkgs/applications/science/astronomy/kstars/default.nix
+++ b/pkgs/applications/science/astronomy/kstars/default.nix
@@ -53,7 +53,7 @@ mkDerivation rec {
       The display includes up to 100 million stars, 13.000 deep-sky objects, all 8 planets, the Sun and Moon, and thousands of comets, asteroids, supernovae, and satellites.
       For students and teachers, it supports adjustable simulation speeds in order to view phenomena that happen over long timescales, the KStars Astrocalculator to predict conjunctions, and many common astronomical calculations.
     '';
-    license = licenses.gpl2;
+    license = licenses.gpl2Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ timput hjones2199 ];
   };