Skip to content

Commit

Permalink
Package.elm: suggest to become a maintainer when maintainer list is e…
Browse files Browse the repository at this point in the history
…mpty (#816)
  • Loading branch information
Aleksanaa authored Aug 4, 2024
1 parent 100ce26 commit 149e68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Page/Packages.elm
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ viewResultItem nixosChannels channel showInstallDetails show item =
[ div []
(List.append [ h4 [] [ text "Maintainers" ] ]
(if List.isEmpty item.source.maintainers then
[ p [] [ text "This package has no maintainers." ] ]
[ p [] [ text "This package has no maintainers. If you find it useful, please consider becoming a maintainer!" ] ]

else
[ ul []
Expand Down

0 comments on commit 149e68e

Please sign in to comment.