aiq / basexx

A Lua library which provides base2(bitfield), base16(hex), base32(crockford/rfc), base64(rfc/url), base85(z85) decoding and encoding.
MIT License
85 stars 28 forks source link

update scm rockspec url #8

Closed teto closed 3 years ago

teto commented 3 years ago

to allow for better automation (especially nix one).

I am trying to automate the packaging of lua packages in nix (an overarching package manager) in https://github.com/NixOS/nixpkgs/pull/134336 . basexx causes some issues because its scm source is a bit weird.

aiq commented 3 years ago

thanks