diff options
| -rw-r--r-- | blogc.spec.in | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/blogc.spec.in b/blogc.spec.in index 3fa3353..3d76ecb 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -4,7 +4,7 @@ Release:	1%{?dist}  License:	BSD  Group:		Applications/Text  Summary:	A blog compiler -URL:		http://blogc.org/ +URL:		@PACKAGE_URL@  Source0:	https://github.com/blogc/blogc/releases/download/v%{version}/blogc-%{version}.tar.xz  #BuildRequires: diff --git a/configure.ac b/configure.ac index f837f1b..bdb7c1e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@  AC_PREREQ([2.69])  AC_INIT([blogc], m4_esyscmd([build-aux/git-version-gen .tarball-version]), -        [https://github.com/blogc/blogc], [blogc], [https://blogc.rgm.io]) +        [https://github.com/blogc/blogc], [blogc], [https://blogc.rgm.io/])  AC_CONFIG_AUX_DIR([build-aux])  AC_CONFIG_MACRO_DIR([m4]) | 
