gnulib: add meta.changelog

This commit is contained in:
Anthony Roussel 2023-11-10 00:14:09 +01:00
parent a2570d040d
commit 07b8ca7ea1
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Central location for code to be shared among GNU packages";
homepage = "https://www.gnu.org/software/gnulib/";
changelog = "https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=ChangeLog";
license = licenses.gpl3Plus;
mainProgram = "gnulib-tool";
platforms = platforms.unix;