From 3f6e73203c15c95049ebc041dfbf4a0ebde1ce95 Mon Sep 17 00:00:00 2001 From: webbuilder_pel7ppc64bebuilder0 Date: Tue, 13 Aug 2019 09:37:16 +0200 Subject: [PATCH] mattermost-plugin-xkcd add url and remove webapp component Signed-off-by: webbuilder_pel7ppc64bebuilder0 --- SPECS/mattermost-plugin-xkcd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/mattermost-plugin-xkcd.spec b/SPECS/mattermost-plugin-xkcd.spec index a20f339..3ffdb50 100644 --- a/SPECS/mattermost-plugin-xkcd.spec +++ b/SPECS/mattermost-plugin-xkcd.spec @@ -6,6 +6,7 @@ Name: mattermost-plugin-xkcd Version: 1.2 Release: 1%{?dist} +URL: https://github.com/TecHunter/mattermost-xkcd-plugin Summary: Plugin for Mattermost to embed XKCD License: Apache BuildRequires: golang @@ -22,7 +23,6 @@ go get -u -v github.com/pkg/errors mkdir -p src/github.com/mattermost/ cd src/github.com/mattermost/ git clone https://github.com/mattermost/mattermost-server -git clone https://github.com/mattermost/mattermost-webapp git clone https://github.com/TecHunter/mattermost-xkcd-plugin