Skip to content

Commit

Permalink
Remove metadata that is already there
Browse files Browse the repository at this point in the history
  • Loading branch information
WeetHet committed Dec 20, 2024
1 parent 938f92c commit 7c27be4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,9 @@
tgpy = python.pkgs.buildPythonPackage (
packageAttrs
// {
meta = with pkgs.lib; {
description = "Run Python code right in your Telegram messages";
homepage = "https://tgpy.tmat.me/";
license = licenses.mit;
mainProgram = "tgpy";
platforms = platforms.all;
pythonImportsCheck = [ "tgpy" ];
};
license = pkgs.lib.licenses.mit;
homepage = "https://tgpy.tmat.me/";
pythonImportsCheck = [ "tgpy" ];
}
);
default = config.packages.tgpy;
Expand Down

0 comments on commit 7c27be4

Please sign in to comment.