diff options
| author | Fuwn <[email protected]> | 2026-02-20 14:05:58 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-20 14:05:58 +0000 |
| commit | 60a198987dc2a1a542843aeea9c2d6a803d985d3 (patch) | |
| tree | 50299171c77c8c362a8995d1cfa0e95c3e1a0883 /flake.nix | |
| parent | style: Fix lint warnings (diff) | |
| download | iku-main.tar.xz iku-main.zip | |
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; }; }; |