add AGPL license

This commit is contained in:
Joakim Repomaa
2026-02-22 22:31:48 +02:00
parent 5ae9386fcd
commit b31138e3a5
3 changed files with 663 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
meta = with pkgs.lib; {
description = "Router Dashboard - A SvelteKit static web interface";
license = licenses.mit;
license = licenses.agpl3Only;
platforms = platforms.all;
};
};