1
0
Fork 0

Fix nixpkgs-bot url

This commit is contained in:
Malte 2023-06-08 14:32:15 +02:00
parent e6d6dd2721
commit a4a86b0c54
No known key found for this signature in database

View file

@ -697,7 +697,7 @@ helpMessage = do
, m "I will inform you, when one of the pull requests you subscribed to reaches one of these branches: " <> branchList
, mempty
, m "I have been programmed and am being hosted by " <> mention "@maralorn:maralorn.de" <> m ". Feel free to reach out to him, if you have any problems or suggestions."
, m "My code is written in Haskell, is open source under the AGPL license and can be found at " <> link "https://git.maralorn.de/nixos-config/tree/apps/nixpkgs-bot" "git.maralorn.de/nixos-config/tree/apps/nixpkgs-bot" <> m "."
, m "My code is written in Haskell, is open source under the AGPL license and can be found at " <> link "https://git.maralorn.de/nixos-config/tree/packages/nixpkgs-bot" "git.maralorn.de/nixos-config/tree/packages/nixpkgs-bot" <> m "."
]
whenTimeIsUp :: (Environment -> IORef Clock.TimeSpec) -> Int64 -> App () -> App ()