treewide: Update meta of packages hosted on gnome

- Update homepage URLs
- Add missing meta entries
This commit is contained in:
Daniel Schaefer
2019-05-13 03:01:25 -04:00
committed by worldofpeace
parent b85ccbac54
commit 06fad89bd6
22 changed files with 39 additions and 28 deletions
@@ -20,12 +20,14 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome3.updateScript {
packageName = pname;
versionPolicy = "none";
};
};
meta = {
homepage = https://www.gnome.org;
meta = with stdenv.lib; {
homepage = "https://gitlab.gnome.org/GNOME/gnome-menus";
description = "Library that implements freedesktops's Desktop Menu Specification in GNOME";
platforms = stdenv.lib.platforms.linux;
license = with licenses; [ gpl2 lgpl2 ];
platforms = platforms.linux;
};
}