Skip to content

Commit

Permalink
arti: modernize derivation
Browse files Browse the repository at this point in the history
Removed 'with lib;' from meta.
  • Loading branch information
Steinhagen committed Sep 22, 2024
1 parent 7f2703d commit cb910c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ar/arti/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ rustPlatform.buildRustPackage rec {
"--skip=reload_cfg::test::watch_multiple"
];

meta = with lib; {
meta = {
description = "Implementation of Tor in Rust";
mainProgram = "arti";
homepage = "https://arti.torproject.org/";
changelog = "https://gitlab.torproject.org/tpo/core/arti/-/blob/${src.rev}/CHANGELOG.md";
license = with licenses; [
license = with lib.licenses; [
asl20
mit
];
Expand Down

0 comments on commit cb910c1

Please sign in to comment.