From 01cfdfcda69b6e543e2ffad2890ee8f994094d52 Mon Sep 17 00:00:00 2001 From: tandy1000 Date: Tue, 29 Jun 2021 13:42:34 +0100 Subject: [PATCH] Update `lastfm` package to reflect fork The original project is abandoned as far as I can tell, I submitted issues / PRs months ago with no reply, so I forked and improved it. If this needs to be submitted in a different way, let me know. --- packages.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages.json b/packages.json index d866c1c..160191e 100644 --- a/packages.json +++ b/packages.json @@ -13479,7 +13479,7 @@ }, { "name": "lastfm", - "url": "https://gitlab.com/ryukoposting/lastfm-nim", + "url": "https://gitlab.com/tandy1000/lastfm-nim", "method": "git", "tags": [ "last.fm", @@ -13487,12 +13487,13 @@ "music", "metadata", "api", - "async", + "multisync", "ryukoposting" ], - "description": "Last.FM API breakouts (documentation: http://ryuk.ooo/nimdocs/lastfm/lastfm.html)", + "description": "Last.FM API bindings", "license": "Apache-2.0", - "web": "https://gitlab.com/ryukoposting/lastfm-nim" + "web": "https://gitlab.com/tandy1000/lastfm-nim", + "doc": "https://tandy1000.gitlab.io/lastfm-nim/" }, { "name": "firejail",