diff options
| author | Fuwn <[email protected]> | 2026-02-20 14:42:46 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-20 14:42:46 +0000 |
| commit | 7b026c3571982fba9e9780ff3a4d3d1e91669da8 (patch) | |
| tree | 138fb472eed249706e23c56580ba98b8bb518139 /flake.nix | |
| parent | feat: Add version to CLI (diff) | |
| download | yae-main.tar.xz yae-main.zip | |
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; |