libnova: add license

This commit is contained in:
Markus Kowalewski 2018-10-18 21:19:20 +02:00
parent 4877761ab8
commit cee94fd5f2
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -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;
}; };
} }