Skip to content

Commit

Permalink
Merge pull request #411 from qowoz/repo-branch
Browse files Browse the repository at this point in the history
update repo default branch
  • Loading branch information
rhendric authored Apr 11, 2024
2 parents 9c58130 + b528afd commit fbd0e11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Update.hs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ prMessage updateEnv isBroken metaDescription metaHomepage metaChangelog rewriteM
rewriteMsgsLine = foldl (\ms m -> ms <> T.pack "\n- " <> m) "\n###### Updates performed" rewriteMsgs
maintainersCc =
if not (T.null maintainers)
then "cc " <> maintainers <> " for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do)."
then "cc " <> maintainers <> " for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do)."
else ""
releaseUrlMessage =
if releaseUrl == T.empty
Expand Down
2 changes: 1 addition & 1 deletion test_data/expected_pr_description_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ nixpkgs-review comment body

###### Maintainer pings

cc @maintainer1 for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do).
cc @maintainer1 for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do).
2 changes: 1 addition & 1 deletion test_data/expected_pr_description_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ NixPkgs review skipped

###### Maintainer pings

cc @maintainer1 for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do).
cc @maintainer1 for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do).

0 comments on commit fbd0e11

Please sign in to comment.