libsigcpp: add a real homepage (#9282)

This commit is contained in:
Levi Baber 2018-09-28 14:48:31 -05:00 committed by GitHub
parent e9863f56f3
commit 6ac167a891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
class Libsigcpp(AutotoolsPackage):
"""Libsigc++ is a C++ library for typesafe callbacks"""
homepage = "http://www.example.com"
homepage = "https://libsigcplusplus.github.io/libsigcplusplus/index.html"
url = "https://ftp.acc.umu.se/pub/GNOME/sources/libsigc++/2.0/libsigc++-2.0.3.tar.gz"
version('2.9.3', '0e5630fd0557ee80b5e5cbbcebaa2594')