Update meta information for new info.Set call

This commit is contained in:
Daniel
2019-03-13 12:40:58 +01:00
parent 0617bb3785
commit 4eed7d8bc0
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ import (
func main() {
// Set Info
info.Set("Portmaster (DNS only)", "0.2.0")
info.Set("Portmaster (DNS only)", "0.2.0", "AGPLv3", false)
// Start
err := modules.Start()