about summary refs log tree commit diff
path: root/pkgs/applications/networking/circumflex/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/circumflex/default.nix')
-rw-r--r--pkgs/applications/networking/circumflex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/circumflex/default.nix b/pkgs/applications/networking/circumflex/default.nix
index bc1d81e7f956..bec25bf6f120 100644
--- a/pkgs/applications/networking/circumflex/default.nix
+++ b/pkgs/applications/networking/circumflex/default.nix
@@ -23,7 +23,7 @@ buildGoModule rec {
   meta = with lib; {
     description = "A command line tool for browsing Hacker News in your terminal";
     homepage = "https://github.com/bensadeh/circumflex";
-    license = licenses.agpl3;
+    license = licenses.agpl3Only;
     maintainers = with maintainers; [ mktip ];
     mainProgram = "clx";
   };