concurrencykit: remove in favor of duplicate libck

This commit is contained in:
Vladimír Čunát
2021-03-17 09:09:58 +01:00
parent eba8103149
commit 6ef2f00f1d
4 changed files with 2 additions and 27 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ asl20 bsd2 ];
homepage = "http://concurrencykit.org/";
platforms = platforms.unix;
maintainers = with maintainers; [ chessai ];
maintainers = with maintainers; [ chessai thoughtpolice ];
};
}