curlcpp: remove myself from maintainers

gstqt5
Julien Dehos 2020-06-19 08:42:04 +02:00
parent bd3bf7ee76
commit cc1a97d772
1 changed files with 1 additions and 1 deletions

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