Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: nayeko <[email protected]>
  • Loading branch information
limeytexan and nayeko authored Feb 19, 2025
1 parent 1d69aea commit 7410f2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/tr/tracelinks/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ stdenv.mkDerivation (finalAttrs: {

src = fetchFromGitHub {
owner = "flox";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
repo = "tracelinks";
tag = "v${finalAttrs.version}";
hash = "sha256-GftF2s2eRrkfzw2NpzTZ6Uhehcg2tMSOcsjHJssQJzU=";
};

Expand All @@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {

passthru.updateScript = nix-update-script { };

meta = with lib; {
meta = {
description = "Report on symbolic links encountered in path traversals";
homepage = "https://github.com/flox/tracelinks";
license = licenses.mit;
Expand Down

0 comments on commit 7410f2b

Please sign in to comment.