aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4b11603..f3ec7c1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -44,7 +44,10 @@
meta = with pkgs.lib; {
description = "Nix Dependency Manager";
homepage = "https://github.com/Fuwn/${name}";
- license = licenses.gpl3Only;
+ license = [
+ licenses.mit
+ licenses.asl20
+ ];
maintainers = [ maintainers.Fuwn ];
mainPackage = name;
platforms = platforms.unix;