about summary refs log tree commit diff
path: root/pkgs/development/libraries/poco
diff options
context:
space:
mode:
authorTomo <68489118+Tomodachi94@users.noreply.github.com>2023-05-16 21:43:32 -0700
committerTomo <68489118+Tomodachi94@users.noreply.github.com>2023-05-19 18:21:34 -0700
commitf730c41470d8fd29a935a07f0a10f58d656a95c1 (patch)
treee22051d33b37343da99ce2690013ba60b5b8d2ad /pkgs/development/libraries/poco
parent517223271d1d29f67d3987c1bf8c317250354852 (diff)
poco: adopt package
Diffstat (limited to 'pkgs/development/libraries/poco')
-rw-r--r--pkgs/development/libraries/poco/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/poco/default.nix b/pkgs/development/libraries/poco/default.nix
index 7d2ee79e2b825..1459d605acbec 100644
--- a/pkgs/development/libraries/poco/default.nix
+++ b/pkgs/development/libraries/poco/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     homepage = "https://pocoproject.org/";
     description = "Cross-platform C++ libraries with a network/internet focus";
     license = licenses.boost;
-    maintainers = with maintainers; [ orivej ];
+    maintainers = with maintainers; [ orivej tomodachi94 ];
     platforms = platforms.unix;
   };
 }