Merge pull request #111547 from nagy/gtk-changelog
This commit is contained in:
commit
1d7d2a3088
@ -96,5 +96,6 @@ stdenv.mkDerivation rec {
|
|||||||
proprietary software with GTK without any license fees or
|
proprietary software with GTK without any license fees or
|
||||||
royalties.
|
royalties.
|
||||||
'';
|
'';
|
||||||
|
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -216,5 +216,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
maintainers = with maintainers; [ raskin vcunat lethalman worldofpeace ];
|
maintainers = with maintainers; [ raskin vcunat lethalman worldofpeace ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -228,5 +228,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
maintainers = with maintainers; [ raskin vcunat lethalman worldofpeace ];
|
maintainers = with maintainers; [ raskin vcunat lethalman worldofpeace ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
changelog = "https://gitlab.gnome.org/GNOME/gtk/-/raw/${version}/NEWS";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user