menu-cache: update homepage
This commit is contained in:
parent
1c041f5b0f
commit
6efc5245d3
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue