gnuastro: add meta.changelog

This commit is contained in:
Nikolay Korotkiy 2024-02-05 18:44:12 +04:00
parent 5727c18299
commit 6d544c6ff1
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "GNU astronomy utilities and library";
homepage = "https://www.gnu.org/software/gnuastro/";
changelog = "https://git.savannah.gnu.org/cgit/gnuastro.git/plain/NEWS?id=gnuastro_v${version}";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ sikmir ];