Browse Source

Add Sponsor link to Hex metadata

Loïc Hoguin 4 years ago
parent
commit
d06fcad11a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Makefile

+ 2 - 1
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