Skip to content

Commit

Permalink
python3Packages.awkward: update meta.homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed May 5, 2022
1 parent a1439bc commit c58ed2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/awkward/default.nix
Expand Up @@ -30,7 +30,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "Manipulate JSON-like data with NumPy-like idioms";
homepage = "https://github.com/scikit-hep/awkward-1.0";
homepage = "https://github.com/scikit-hep/awkward";
license = licenses.bsd3;
maintainers = with maintainers; [ veprbl ];
};
Expand Down

1 comment on commit c58ed2f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@veprbl, you pushed a commit directly to master/release branch
instead of going through a Pull Request.

That's highly discouraged beyond the few exceptions listed
on #118661

Please sign in to comment.