aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-20 14:42:46 +0000
committerFuwn <[email protected]>2026-02-20 14:42:46 +0000
commit7b026c3571982fba9e9780ff3a4d3d1e91669da8 (patch)
tree138fb472eed249706e23c56580ba98b8bb518139 /flake.nix
parentfeat: Add version to CLI (diff)
downloadyae-main.tar.xz
yae-main.zip
chore(license): Relicense under MIT OR Apache-2.0HEADmain
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;