summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/documentation
diff options
context:
space:
mode:
authorDaniel Schaefer <git@danielschaefer.me>2019-05-04 15:59:55 +0200
committerworldofpeace <worldofpeace@protonmail.ch>2019-05-13 03:01:25 -0400
commit06fad89bd6069b82fdd5a74103142e32d004640c (patch)
tree25c9de813222593d04dabfe6a6a4aa681fea7dca /pkgs/development/tools/documentation
parentb85ccbac54738a9979af11e0582b5d0ed1c50cbd (diff)
treewide: Update meta of packages hosted on gnome
- Update homepage URLs - Add missing meta entries
Diffstat (limited to 'pkgs/development/tools/documentation')
-rw-r--r--pkgs/development/tools/documentation/gnome-doc-utils/default.nix4
-rw-r--r--pkgs/development/tools/documentation/gtk-doc/default.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/documentation/gnome-doc-utils/default.nix b/pkgs/development/tools/documentation/gnome-doc-utils/default.nix
index 0f33500a1940..2f29fb2fbad2 100644
--- a/pkgs/development/tools/documentation/gnome-doc-utils/default.nix
+++ b/pkgs/development/tools/documentation/gnome-doc-utils/default.nix
@@ -30,8 +30,8 @@ python2Packages.buildPythonApplication rec {
};
meta = with stdenv.lib; {
- description = "Collection of documentation utilities for the Gnome project";
- homepage = https://gitlab.gnome.org/GNOME/gnome-doc-utils;
+ description = "Collection of documentation utilities for the GNOME project";
+ homepage = "https://gitlab.gnome.org/GNOME/gnome-doc-utils";
license = with licenses; [ gpl2Plus lgpl2Plus ];
platforms = platforms.all;
};
diff --git a/pkgs/development/tools/documentation/gtk-doc/default.nix b/pkgs/development/tools/documentation/gtk-doc/default.nix
index c4a53e5e3fd4..9d617e671271 100644
--- a/pkgs/development/tools/documentation/gtk-doc/default.nix
+++ b/pkgs/development/tools/documentation/gtk-doc/default.nix
@@ -45,8 +45,8 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
- homepage = https://www.gtk.org/gtk-doc;
description = "Tools to extract documentation embedded in GTK+ and GNOME source code";
+ homepage = "https://www.gtk.org/gtk-doc";
license = licenses.gpl2;
maintainers = with maintainers; [ pSub ];
};