matugen: refactor meta, remove with lib;

This commit is contained in:
nartsisss 2024-11-04 00:34:30 +03:00
parent 7a38c0547d
commit 943aff98bc
No known key found for this signature in database

View File

@ -24,12 +24,12 @@ rustPlatform.buildRustPackage rec {
darwin.apple_sdk.frameworks.SystemConfiguration
];
meta = with lib; {
meta = {
description = "Material you color generation tool";
homepage = "https://github.com/InioX/matugen";
changelog = "https://github.com/InioX/matugen/blob/${src.rev}/CHANGELOG.md";
license = licenses.gpl2Only;
maintainers = with maintainers; [ lampros ];
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ lampros ];
mainProgram = "matugen";
};
}