appstream: fix homepage url

This commit is contained in:
mimadrid 2017-10-26 23:26:26 +02:00 committed by Robert Helgesson
parent 405f905ff8
commit 19828e85b1
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -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