Skip to content

Commit

Permalink
skeditor: apply half of aleksanaa suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksana <[email protected]>
  • Loading branch information
Eveeifyeve and Aleksanaa authored Oct 27, 2024
1 parent 270bc88 commit e2574b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 @@ -25,7 +25,7 @@ buildDotnetModule rec {
passthru.updateScript = ./update.sh;

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

0 comments on commit e2574b0

Please sign in to comment.