lux-cli: 0.17.0 -> 0.17.1 (#443293)

This commit is contained in:
Austin Horstman
2025-09-16 22:33:48 +00:00
committed by GitHub
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -81,9 +81,9 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "Lua API for the Lux package manager";
homepage = "https://nvim-neorocks.github.io/";
changelog = "https://github.com/nvim-neorocks/lux/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
homepage = "https://lux.lumen-labs.org/";
changelog = "https://github.com/lumen-oss/lux/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.lgpl3Plus;
maintainers = with lib.maintainers; [
mrcjkb
];