libnova: add license

This commit is contained in:
Markus Kowalewski
2018-10-18 22:36:20 +02:00
parent 4877761ab8
commit cee94fd5f2
@@ -8,9 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "18mkx79gyhccp5zqhf6k66sbhv97s7839sg15534ijajirkhw9dc"; sha256 = "18mkx79gyhccp5zqhf6k66sbhv97s7839sg15534ijajirkhw9dc";
}; };
meta = { meta = with stdenv.lib; {
description = "Celestial Mechanics, Astrometry and Astrodynamics Library"; description = "Celestial Mechanics, Astrometry and Astrodynamics Library";
homepage = http://libnova.sf.net; homepage = http://libnova.sf.net;
platforms = stdenv.lib.platforms.unix; platforms = platforms.unix;
license = licenses.gpl2;
}; };
} }