mirror of
https://github.com/opnsense/plugins.git
synced 2026-03-03 13:40:36 -05:00
for https://github.com/opnsense/plugins/issues/2049 sponsored by : Modirum (https://www.modirum.com/)
7 lines
198 B
Makefile
7 lines
198 B
Makefile
PLUGIN_NAME= git-backup
|
|
PLUGIN_VERSION= 1.0
|
|
PLUGIN_COMMENT= Track config changes using git
|
|
PLUGIN_DEPENDS= git
|
|
PLUGIN_MAINTAINER= ad@opnsense.org
|
|
|
|
.include "../../Mk/plugins.mk"
|