poco: adopt package

This commit is contained in:
Tomo 2023-05-16 21:43:32 -07:00
parent 517223271d
commit f730c41470

View file

@ -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;
};
}