python310Packages.posix_ipc: update meta
This commit is contained in:
parent
1e19e86a22
commit
7360fc0903
1 changed files with 2 additions and 1 deletions
|
@ -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; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue