diff options
| author | Fuwn <[email protected]> | 2024-09-28 21:17:52 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-28 21:17:52 +0000 |
| commit | d6c864793fd213b21c42722ac000a4eb66963924 (patch) | |
| tree | 98b83f3c389f1c3228471c58dfc709e0f16eb4c5 | |
| parent | chore(flake): fill out fields (diff) | |
| download | rui-d6c864793fd213b21c42722ac000a4eb66963924.tar.xz rui-d6c864793fd213b21c42722ac000a4eb66963924.zip | |
chore(flake): fix license
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ meta = with pkgs.lib; { description = "Personal NixOS Flake Manager"; homepage = "https://github.com/Fuwn/rui"; - license = licenses.gpl3; + license = licenses.gpl3Only; maintainers = [ maintainers.Fuwn ]; mainPackage = "rui"; platforms = platforms.linux; |