Skip to content

Commit

Permalink
fetchFirefoxAddon: rename to use camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Dec 2, 2020
1 parent cc42167 commit b89c0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ in

fetchhg = callPackage ../build-support/fetchhg { };

fetchfirefoxaddon = callPackage ../build-support/fetchfirefoxaddon {};
fetchFirefoxAddon = callPackage ../build-support/fetchfirefoxaddon {};

# `fetchurl' downloads a file from the network.
fetchurl = if stdenv.buildPlatform != stdenv.hostPlatform
Expand Down

0 comments on commit b89c0fc

Please sign in to comment.