summary refs log tree commit diff
path: root/pkgs/development/libraries/gcab
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/libraries/gcab
parentb85ccbac54738a9979af11e0582b5d0ed1c50cbd (diff)
downloadnixpkgs-06fad89bd6069b82fdd5a74103142e32d004640c.tar
nixpkgs-06fad89bd6069b82fdd5a74103142e32d004640c.tar.gz
nixpkgs-06fad89bd6069b82fdd5a74103142e32d004640c.tar.bz2
nixpkgs-06fad89bd6069b82fdd5a74103142e32d004640c.tar.lz
nixpkgs-06fad89bd6069b82fdd5a74103142e32d004640c.tar.xz
nixpkgs-06fad89bd6069b82fdd5a74103142e32d004640c.tar.zst
nixpkgs-06fad89bd6069b82fdd5a74103142e32d004640c.zip
treewide: Update meta of packages hosted on gnome
- Update homepage URLs
- Add missing meta entries
Diffstat (limited to 'pkgs/development/libraries/gcab')
-rw-r--r--pkgs/development/libraries/gcab/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gcab/default.nix b/pkgs/development/libraries/gcab/default.nix
index 397fee3f34c..ee5988b30f5 100644
--- a/pkgs/development/libraries/gcab/default.nix
+++ b/pkgs/development/libraries/gcab/default.nix
@@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     platforms = platforms.linux;
     license = licenses.lgpl21;
+    homepage = "https://wiki.gnome.org/msitools";
     maintainers = [ maintainers.lethalman ];
   };
 }