aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-11-19 11:18:20 +0100
committerLoïc Hoguin <[email protected]>2020-11-19 11:18:20 +0100
commitd06fcad11a00be1c56d0a76e1c46c45b1ff71edd (patch)
treedf8b5659d0cb656521719a0c83ac7dfd04041f0a
parentbda81ceebe9247cdf7a940e736901859376e6581 (diff)
downloadcowlib-d06fcad11a00be1c56d0a76e1c46c45b1ff71edd.tar.gz
cowlib-d06fcad11a00be1c56d0a76e1c46c45b1ff71edd.tar.bz2
cowlib-d06fcad11a00be1c56d0a76e1c46c45b1ff71edd.zip
Add Sponsor link to Hex metadata2.10.1
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee1ea49..e50baec 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,8 @@ define HEX_TARBALL_EXTRA_METADATA
licenses => [<<"ISC">>],
links => #{
<<"Function reference">> => <<"https://ninenines.eu/docs/en/cowlib/2.10/manual/">>,
- <<"GitHub">> => <<"https://github.com/ninenines/cowlib">>
+ <<"GitHub">> => <<"https://github.com/ninenines/cowlib">>,
+ <<"Sponsor">> => <<"https://github.com/sponsors/essen">>
}
}
endef