Skip to content

Commit

Permalink
skeditor: apply half of aleksanaa suggestions
Browse files Browse the repository at this point in the history
skeditor: apply meta suggestion

Co-authored-by: Aleksana <[email protected]>
  • Loading branch information
Eveeifyeve and Aleksanaa committed Oct 27, 2024
1 parent 270bc88 commit c181a95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/sk/skeditor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildDotnetModule rec {

src = fetchFromGitHub {
owner = "skeditorteam";
repo = pname;
repo = "skeditor";
rev = "v${version}";
hash = "sha256-ojE276nonX52UTjvdKL5mX8dj3MNElqlR1A/c0vT9WE=";
};
Expand All @@ -24,11 +24,11 @@ buildDotnetModule rec {

passthru.updateScript = ./update.sh;

meta = with lib; {
meta = {
description = "SkEditor is an app for editing Skript files";
homepage = "https://github.com/SkEditorTeam/SkEditor";
changelog = "https://github.com/SkEditorTeam/SkEditor/releases/tag/v${version}";
licence = licenses.mit;
maintainers = with maintainers; [ eveeifyeve ];
licence = lib.licenses.mit;
maintainers = with lib.maintainers; [ eveeifyeve ];
};
}

0 comments on commit c181a95

Please sign in to comment.