Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: V. <150687949+vigress8@users.noreply.github.com>
  • Loading branch information
rcmlz and vigress8 committed Jun 26, 2024
1 parent 3be738d commit da29435
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ti/tigerjython/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
# Tests need a DISPLAY
doCheck = false;

meta = with lib; {
meta = {
homepage = "https://www.tigerjython.com";
downloadPage = "https://tigerjython.ch/en/products/download";
description = "Simple development environment for programming in Python";
Expand All @@ -79,9 +79,9 @@ stdenv.mkDerivation (finalAttrs: {
You will find a wide variety of tutorials and can get started right away
in programming environments specially developed for you.
'';
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ rcmlz ];
platforms = platforms.all;
license = lib.licenses.unfreeRedistributable;
maintainers = with lib.maintainers; [ rcmlz ];
platforms = lib.platforms.all;
mainProgram = "tigerjython";
};
})

0 comments on commit da29435

Please sign in to comment.