menu-cache: modernize, fix license and homepage
This commit is contained in:
committed by
Weijia Wang
parent
de42baa3c1
commit
23079ca3cd
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user