menu-cache: modernize, fix license and homepage

This commit is contained in:
FliegendeWurst
2026-01-31 00:07:13 +01:00
committed by Weijia Wang
parent de42baa3c1
commit 23079ca3cd
+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;
};