From 50001cdd73398c1151d232c1a71a772d0dedacd2 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Wed, 29 Jul 2020 08:55:08 +0200 Subject: [PATCH] Use https, fix typo in description --- plexus-pom.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plexus-pom.spec b/plexus-pom.spec index af6481b..176048e 100644 --- a/plexus-pom.spec +++ b/plexus-pom.spec @@ -5,7 +5,7 @@ Summary: Root Plexus Projects POM License: ASL 2.0 URL: https://github.com/codehaus-plexus/plexus-pom Source0: https://github.com/codehaus-plexus/plexus-pom/archive/plexus-%{version}.tar.gz -Source1: http://www.apache.org/licenses/LICENSE-2.0.txt +Source1: https://www.apache.org/licenses/LICENSE-2.0.txt BuildArch: noarch BuildRequires: maven-local @@ -15,7 +15,7 @@ Requires: mvn(junit:junit) %description The Plexus project provides a full software stack for creating and -executing software projects. This package provides parent POM for +executing software projects. This package provides parent POM for Plexus packages. %prep