summary refs log tree commit diff
path: root/pkgs/development/libraries/appstream
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2017-10-26 23:26:26 +0200
committerRobert Helgesson <robert@rycee.net>2017-10-28 11:15:45 +0200
commit19828e85b13b9ab738305b4eee4c4a5472c5d39a (patch)
tree0339c23a891297f143f2808bcc161f75bc0c06b4 /pkgs/development/libraries/appstream
parent405f905ff8b7f3a0c2d339a7369939f0a60dfba9 (diff)
downloadnixpkgs-19828e85b13b9ab738305b4eee4c4a5472c5d39a.tar
nixpkgs-19828e85b13b9ab738305b4eee4c4a5472c5d39a.tar.gz
nixpkgs-19828e85b13b9ab738305b4eee4c4a5472c5d39a.tar.bz2
nixpkgs-19828e85b13b9ab738305b4eee4c4a5472c5d39a.tar.lz
nixpkgs-19828e85b13b9ab738305b4eee4c4a5472c5d39a.tar.xz
nixpkgs-19828e85b13b9ab738305b4eee4c4a5472c5d39a.tar.zst
nixpkgs-19828e85b13b9ab738305b4eee4c4a5472c5d39a.zip
appstream: fix homepage url
Diffstat (limited to 'pkgs/development/libraries/appstream')
-rw-r--r--pkgs/development/libraries/appstream/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/appstream/default.nix b/pkgs/development/libraries/appstream/default.nix
index d2b605c4f19..b79f274b9c3 100644
--- a/pkgs/development/libraries/appstream/default.nix
+++ b/pkgs/development/libraries/appstream/default.nix
@@ -26,10 +26,10 @@ stdenv.mkDerivation rec {
   cmakeFlags = ''
     -DSTEMMING=off
     '';
-      
+
   meta = with stdenv.lib; {
     description = "Software metadata handling library";
-    homepage    = "http://www.freedesktop.org/wiki/Distributions/AppStream/Software/";
+    homepage    = https://www.freedesktop.org/wiki/Distributions/AppStream/;
     longDescription =
     ''
       AppStream is a cross-distro effort for building Software-Center applications