Merge pull request #91080 from juliendehos/curlcpp

curlcpp: remove myself from maintainers
This commit is contained in:
Daniël de Kok 2020-06-19 11:29:13 +02:00 committed by GitHub
commit 36429a4e59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
description = "Object oriented C++ wrapper for CURL";
platforms = platforms.unix;
license = licenses.mit;
maintainers = with maintainers; [ juliendehos rszibele ];
maintainers = with maintainers; [ rszibele ];
};
}