aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-20 14:05:58 +0000
committerFuwn <[email protected]>2026-02-20 14:05:58 +0000
commit60a198987dc2a1a542843aeea9c2d6a803d985d3 (patch)
tree50299171c77c8c362a8995d1cfa0e95c3e1a0883 /flake.nix
parentstyle: Fix lint warnings (diff)
downloadiku-60a198987dc2a1a542843aeea9c2d6a803d985d3.tar.xz
iku-60a198987dc2a1a542843aeea9c2d6a803d985d3.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 e7ed791..181d688 100644
--- a/flake.nix
+++ b/flake.nix
@@ -35,7 +35,10 @@
meta = with pkgs.lib; {
description = "Grammar-Aware Go Formatter";
homepage = "https://github.com/Fuwn/iku";
- license = licenses.gpl3Only;
+ license = [
+ licenses.mit
+ licenses.asl20
+ ];
platforms = platforms.unix;
};
};