jujutsu: remove with lib

This commit is contained in:
Emily 2024-09-04 20:01:59 +01:00
parent 64bbb1d94c
commit d5b78d3cc1

View File

@ -84,12 +84,12 @@ rustPlatform.buildRustPackage rec {
};
};
meta = with lib; {
meta = {
description = "Git-compatible DVCS that is both simple and powerful";
homepage = "https://github.com/martinvonz/jj";
changelog = "https://github.com/martinvonz/jj/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
_0x4A6F
thoughtpolice
];