Skip to content

Commit

Permalink
Fix some metadata for flarum package
Browse files Browse the repository at this point in the history
  • Loading branch information
albertchae committed Aug 1, 2023
1 parent 0078e83 commit 51aa02f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/flarum/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ php.buildComposerProject (finalAttrs: {
vendorHash = "sha256-KXC0kVuBXTqLlddWGEisSDChWE74nRNdUr+fieFTG1M=";

meta = {
changelog = "https://github.com/phpro/grumphp/releases/tag/v${finalAttrs.version}";
description = "A PHP code-quality tool";
homepage = "https://github.com/phpro/grumphp";
changelog = "https://github.com/flarum/framework/blob/main/CHANGELOG.md";
description = "Flarum is a delightfully simple discussion platform for your website";
homepage = "https://github.com/flarum/flarum";
license = lib.licenses.mit;
maintainers = lib.teams.php.members;
};
})

0 comments on commit 51aa02f

Please sign in to comment.