python310Packages.posix_ipc: update meta

This commit is contained in:
Mario Rodas 2022-11-30 04:20:00 +00:00
parent 1e19e86a22
commit 7360fc0903

View file

@ -20,7 +20,8 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "POSIX IPC primitives (semaphores, shared memory and message queues)"; description = "POSIX IPC primitives (semaphores, shared memory and message queues)";
homepage = "https://github.com/osvenskan/posix_ipc";
license = licenses.bsd3; license = licenses.bsd3;
homepage = "http://semanchuk.com/philip/posix_ipc/"; maintainers = with maintainers; [ ];
}; };
} }