about summary refs log tree commit diff
path: root/pkgs/applications/networking/circumflex
diff options
context:
space:
mode:
authorMohammad Kefah <missa18@ku.edu.tr>2022-10-19 23:27:04 +0300
committerMohammad Kefah <missa18@ku.edu.tr>2022-10-19 23:27:04 +0300
commitfba19d0290ca8a17fc595fbc4eb15d947a171931 (patch)
tree383e0a15ed12aea51163b015258758cee8016545 /pkgs/applications/networking/circumflex
parent2122fc67adcf7977aca7c60fbb2cd3313ceed1be (diff)
maintainers: add mktip
Diffstat (limited to 'pkgs/applications/networking/circumflex')
-rw-r--r--pkgs/applications/networking/circumflex/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/circumflex/default.nix b/pkgs/applications/networking/circumflex/default.nix
index da6f224b8d9e3..71fe5b97b8bf9 100644
--- a/pkgs/applications/networking/circumflex/default.nix
+++ b/pkgs/applications/networking/circumflex/default.nix
@@ -24,6 +24,7 @@ buildGoModule rec {
     description = "A command line tool for browsing Hacker News in your terminal";
     homepage = "https://github.com/bensadeh/circumflex";
     license = licenses.agpl3;
+    maintainers = with maintainers; [ mktip ];
     mainProgram = "clx";
   };
 }