aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-28 21:17:52 +0000
committerFuwn <[email protected]>2024-09-28 21:17:52 +0000
commitd6c864793fd213b21c42722ac000a4eb66963924 (patch)
tree98b83f3c389f1c3228471c58dfc709e0f16eb4c5
parentchore(flake): fill out fields (diff)
downloadrui-d6c864793fd213b21c42722ac000a4eb66963924.tar.xz
rui-d6c864793fd213b21c42722ac000a4eb66963924.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;