diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-07 14:14:52 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-07 14:14:52 +0200 |
commit | 7e084f9cd37ea7bc48a9d80eeddf2c3f2c5af320 (patch) | |
tree | ba6e95503a3c9c50e580bfc2be703391d9f71b0b /cassandra-cpp-driver.spec | |
parent | 6ee50e969b1edf94b9b4f7f6d9b7c64520a49591 (diff) |
cassandra-cpp-driver: fix URL
Diffstat (limited to 'cassandra-cpp-driver.spec')
-rw-r--r-- | cassandra-cpp-driver.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cassandra-cpp-driver.spec b/cassandra-cpp-driver.spec index 1b972a3..5d21fcc 100644 --- a/cassandra-cpp-driver.spec +++ b/cassandra-cpp-driver.spec @@ -1,4 +1,4 @@ -# remirepo spec file for cassandra-cpp-driver +# remirepo/fedora spec file for cassandra-cpp-driver # # Copyright (c) 2015-2016 Remi Collet # License: CC-BY-SA @@ -21,7 +21,7 @@ Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Libraries -URL: https://github.com/%{gh_owner}/%{gh_project} +URL: http://datastax.github.io/cpp-driver/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz BuildRequires: cmake >= 2.6.4 |