distro BUGFIX minor updates
diff --git a/distro/pkg/deb/README.source b/distro/pkg/deb/README.source
index af6364e..b1d916d 100644
--- a/distro/pkg/deb/README.source
+++ b/distro/pkg/deb/README.source
@@ -4,7 +4,7 @@
 - git fetch --all
 
 Find the latest version:
-VERSION=$(git describe --tags $(git rev-list '--tags=v1*' --max-count=1) | sed 's/^v//')
+VERSION=$(git describe --tags $(git rev-list '--tags=v2*' --max-count=1) | sed 's/^v//')
 echo $VERSION
 
 Update debian/sid branch
diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control
index 5ea6251..28740da 100644
--- a/distro/pkg/deb/control
+++ b/distro/pkg/deb/control
@@ -8,8 +8,8 @@
                debhelper (>= 10),
                libpcre2-dev,
                pkg-config
-Vcs-Browser: https://github.com/CESNET/libyang/tree/libyang2
-Vcs-Git: https://github.com/CESNET/libyang.git -b libyang2
+Vcs-Browser: https://github.com/CESNET/libyang/tree/master
+Vcs-Git: https://github.com/CESNET/libyang.git
 
 Package: libyang2
 Depends: ${misc:Depends},
diff --git a/distro/pkg/deb/gbp.conf b/distro/pkg/deb/gbp.conf
index 988a0c7..23917b9 100644
--- a/distro/pkg/deb/gbp.conf
+++ b/distro/pkg/deb/gbp.conf
@@ -1,4 +1,4 @@
 [DEFAULT]
 pristine-tar = False
-debian-branch = libyang2
+debian-branch = master
 upstream-tree = SLOPPY