gtk4: add changelog url

master
Daniel Nagy 2021-02-01 12:09:47 +01:00
parent ba79f2c96c
commit 633d173745
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671
1 changed files with 1 additions and 0 deletions

View File

@ -228,5 +228,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ raskin vcunat lethalman worldofpeace ];
platforms = platforms.all;
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
};
}