appstream: fix homepage url
This commit is contained in:
parent
405f905ff8
commit
19828e85b1
@ -26,10 +26,10 @@ stdenv.mkDerivation rec {
|
|||||||
cmakeFlags = ''
|
cmakeFlags = ''
|
||||||
-DSTEMMING=off
|
-DSTEMMING=off
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Software metadata handling library";
|
description = "Software metadata handling library";
|
||||||
homepage = "http://www.freedesktop.org/wiki/Distributions/AppStream/Software/";
|
homepage = https://www.freedesktop.org/wiki/Distributions/AppStream/;
|
||||||
longDescription =
|
longDescription =
|
||||||
''
|
''
|
||||||
AppStream is a cross-distro effort for building Software-Center applications
|
AppStream is a cross-distro effort for building Software-Center applications
|
||||||
|
Loading…
x
Reference in New Issue
Block a user