diff options
author | Thomas Letan | 2024-01-21 15:33:56 +0100 |
---|---|---|
committer | Thomas Letan | 2024-01-21 15:33:56 +0100 |
commit | 5864c87b343b1b25bfdda9022cf85e1fca2e6a3a (patch) | |
tree | 0a2737636ae3263bf1f9bc0bd15ed511448f40bc /.SRCINFO | |
parent | fae9001d9984aa647d488f278652ec8b26774000 (diff) | |
download | aur-5864c87b343b1b25bfdda9022cf85e1fca2e6a3a.tar.gz |
Fix wrong url and description
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ pkgbase = ocaml-ezjsonm - pkgdesc = Hexadecimal converter + pkgdesc = An easy interface on top of the Jsonm library. pkgver = 1.3.0 - pkgrel = 1 - url = https://github.com/mirage/ocaml-ezjsonm + pkgrel = 2 + url = https://github.com/mirage/ezjsonm arch = x86_64 license = custom:ISC makedepends = dune |