diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-02-28 10:15:48 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-02-28 10:15:48 +0100 |
commit | e606dc3a3eba85e6b68b48324ca74e71b97a7ebe (patch) | |
tree | 6629c984f7dc89798de41e369cb56dfbf9304235 /python3-uci/Makefile | |
parent | 1c2e154fb4fc6f4630018d6492f51e73f44eb11e (diff) | |
download | turris-myrepo-e606dc3a3eba85e6b68b48324ca74e71b97a7ebe.tar.gz turris-myrepo-e606dc3a3eba85e6b68b48324ca74e71b97a7ebe.tar.bz2 turris-myrepo-e606dc3a3eba85e6b68b48324ca74e71b97a7ebe.zip |
Change python*-uci branch
Diffstat (limited to 'python3-uci/Makefile')
-rw-r--r-- | python3-uci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |