From fdfb9e6ac12bcf6e7024feea0ff4d65a1ed8c279 Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Tue, 25 Sep 2018 11:35:58 +0200 Subject: [PATCH] Fix d/watch to be able to detect new versions --- debian/watch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index be11c73..41e6c05 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,2 @@ version=3 -https://pypi.python.org/packages/source/s/sphinxcontrib-plantuml sphinxcontrib-plantuml-(.*).tar.gz - +https://pypi.debian.net/sphinxcontrib-plantuml/ sphinxcontrib-plantuml-(.*).tar.gz -- GitLab