Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada committed Sep 15, 2024
1 parent 306bad5 commit d26528e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/development/python-modules/permchain/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ buildPythonPackage rec {
meta = {
description = "Permchain";
homepage = "https://pypi.org/project/permchain";
license = with lib.licenses; [ elastic20 mit ];
maintainers = with lib.maintainers; [ ];
license = with lib.licenses; [
elastic20
mit
];
maintainers = with lib.maintainers; [ happysalada ];
};
}

0 comments on commit d26528e

Please sign in to comment.