diff options
-rw-r--r-- | debian/copyright | 4 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/copyright b/debian/copyright index 53b1cd0..f7160c4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: anta -Upstream-Contact: https://github.com/arista-netdevops-community/anta/issues -Source: https://github.com/arista-netdevops-community/anta/releases +Upstream-Contact: https://github.com/aristanetworks/anta/issues +Source: https://github.com/aristanetworks/anta/releases Files: * Copyright: 2019-2014 Arista Networks, Inc. diff --git a/debian/watch b/debian/watch index c5d1857..bb28211 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/anta-$1\.tar\.gz/ \ -https://github.com/arista-netdevops-community/anta/tags .*/v?(\d\S+)\.tar\.gz +https://github.com/aristanetworks/anta/tags .*/v?(\d\S+)\.tar\.gz |