From 31a9bc641631eaa51631c98c06327b08ccbdc567 Mon Sep 17 00:00:00 2001 From: Maximilien Colange Date: Wed, 5 Apr 2017 11:00:55 +0200 Subject: [PATCH] Fix wrong URL for Debian packages. * debian/control: Fix URL. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f412a72c9..4e85589a0 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Alexandre Duret-Lutz Build-Depends: debhelper (>= 9), python3-all-dev, ipython3-notebook | python3-ipykernel, ipython3-notebook | python3-nbconvert, libltdl-dev Standards-Version: 3.9.6 -Homepage: http://spot.lrde.lip6.fr/ +Homepage: http://spot.lrde.epita.fr/ Package: spot Architecture: any -- GitLab