menu-cache: modernize, fix license and homepage (#414483)

This commit is contained in:
Weijia Wang
2026-01-30 23:13:08 +00:00
committed by GitHub
+2 -2
View File
@@ -33,8 +33,8 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Library to read freedesktop.org menu files";
homepage = "https://blog.lxde.org/tag/menu-cache/";
license = lib.licenses.gpl2Plus;
homepage = "https://github.com/lxde/menu-cache";
license = lib.licenses.lgpl21Plus;
maintainers = [ lib.maintainers.ttuegel ];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};