menu-cache: update homepage

This commit is contained in:
Jan Tojnar 2018-12-25 13:09:50 +01:00
parent 1c041f5b0f
commit 6efc5245d3
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -14,9 +14,9 @@ stdenv.mkDerivation {
buildInputs = [ glib libfm-extra ];
meta = with stdenv.lib; {
homepage = http://blog.lxde.org/?tag=menu-cache;
license = licenses.gpl2Plus;
description = "Library to read freedesktop.org menu files";
homepage = https://blog.lxde.org/tag/menu-cache/;
license = licenses.gpl2Plus;
maintainers = [ maintainers.ttuegel ];
platforms = platforms.linux ++ platforms.darwin;
};