Skip to content

Commit

Permalink
Merge pull request #70 from TikhonJelvis/fix-amazon-smile
Browse files Browse the repository at this point in the history
Fixed link to Amazon Smile and added a more info link.
  • Loading branch information
TikhonJelvis authored Mar 22, 2021
2 parents 216dab9 + 85ef593 commit 3ee315d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ let
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
LC_ALL = "C.UTF-8";
shellHook = ''
alias buildAndWatch="cabal configure && cabal build && cabal exec site -- clean && cabal exec site -- watch"
alias buildAndWatch="cabal configure && cabal build && cabal exec haskell-org-site -- clean && cabal exec haskell-org-site -- watch"
echo ""
echo " Haskell.org Dev Shell"
echo " \`buildAndWatch\` to serve the site, and rebuild when files change."
Expand All @@ -62,7 +62,7 @@ let
echo ""
echo " Building static site..."
echo ""
site build
haskell-org-site build
echo ""
echo " Checking for bad links..."
echo ""
Expand Down
7 changes: 4 additions & 3 deletions donations.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ A significant part of the Haskell community infrastructure—like Hackage, Hoogl
>
> New York, NY 10159-1206
* [Amazon Smile][smile] which will donate 0.5% of your Amazon purchases to Haskell.org
* [Amazon Smile][smile], where you can select Haskell.org to receive 0.5% of your eligible Amazon purchases ([more details][smile-details]).

* Donations through employers via Benevity using the unique ID 475236502

Haskell.org is a 501(c)(3) non-profit, so donations may be tax-deductible in your jurisdiction.

[smile]: Amazon Smile
[smile]: https://smile.amazon.com
[smile-details]: https://smile.amazon.com/about

### About Haskell.org

Expand Down Expand Up @@ -56,5 +57,5 @@ If you have any questions or would like to discuss larger-scale donations or spo
[discourse]: https://discourse.haskell.org
[Hoogle]: https://hoogle.haskell.org/
[summer]: https://summer.haskell.org/
[committee]: haskell-org-committee
[committee]: /haskell-org-committee
[committee-email]: mailto:[email protected]

0 comments on commit 3ee315d

Please sign in to comment.