diff options
| author | Karel Kočí <cynerd@email.cz> | 2022-02-17 09:38:31 +0100 | 
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2022-02-17 09:38:31 +0100 | 
| commit | f4658d2d2d66123492df93c9815d3582bb7383e8 (patch) | |
| tree | 978392b5fe37946d49e4c3d8de8482a3a88e0b3c /updater-supervisor | |
| parent | c39bc47a92d3392fe501b6d27c0904e5c27cdf1a (diff) | |
| download | openwrt-personal-pkgs-f4658d2d2d66123492df93c9815d3582bb7383e8.tar.gz openwrt-personal-pkgs-f4658d2d2d66123492df93c9815d3582bb7383e8.tar.bz2 openwrt-personal-pkgs-f4658d2d2d66123492df93c9815d3582bb7383e8.zip | |
updater-supervisor: switch to master branch
Diffstat (limited to 'updater-supervisor')
| -rw-r--r-- | updater-supervisor/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/updater-supervisor/Makefile b/updater-supervisor/Makefile index 421126f..8e60224 100644 --- a/updater-supervisor/Makefile +++ b/updater-supervisor/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk  PKG_NAME:=updater-supervisor  PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/updater/supervisor.git -PKG_SOURCE_BRANCH:=bugfix/changelog +PKG_SOURCE_BRANCH:=master  PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>  PKG_LICENSE:=MIT | 
