diff options
-rw-r--r-- | python-uci/Makefile | 2 | ||||
-rw-r--r-- | python3-uci/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python-uci/Makefile b/python-uci/Makefile index eda2343..c09c762 100644 --- a/python-uci/Makefile +++ b/python-uci/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-uci PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/pyuci.git -PKG_SOURCE_BRANCH:=dev +PKG_SOURCE_BRANCH:=master PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> include $(INCLUDE_DIR)/pkgauto.mk diff --git a/python3-uci/Makefile b/python3-uci/Makefile index fc292f4..d6ee062 100644 --- a/python3-uci/Makefile +++ b/python3-uci/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-uci PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/pyuci.git -PKG_SOURCE_BRANCH:=dev +PKG_SOURCE_BRANCH:=master PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> include $(INCLUDE_DIR)/pkgauto.mk |