aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-28 14:17:52 -0700
committerFuwn <[email protected]>2024-09-28 14:17:52 -0700
commit3e07ea4218fc189275109a79a2675ce73a77cec2 (patch)
tree98b83f3c389f1c3228471c58dfc709e0f16eb4c5
parent765a33fb930977f605ea185850695ef9f40cdbce (diff)
downloadrui-3e07ea4218fc189275109a79a2675ce73a77cec2.tar.xz
rui-3e07ea4218fc189275109a79a2675ce73a77cec2.zip
chore(flake): fix license
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 10e9ab1..7951a11 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;