range-v3, tl-expected: Remove myself as maintainer

I've only maintained those libraries for Telegram-Desktop which I don't
use and maintain anymore: 42ed8143253

+2 -2
+1 -1
pkgs/development/libraries/range-v3/default.nix
··· 30 30 changelog = "https://github.com/ericniebler/range-v3/releases/tag/${version}"; 31 31 license = licenses.boost; 32 32 platforms = platforms.all; 33 - maintainers = with maintainers; [ primeos ]; 33 + maintainers = with maintainers; [ ]; 34 34 }; 35 35 }
+1 -1
pkgs/development/libraries/tl-expected/default.nix
··· 19 19 homepage = "https://tl.tartanllama.xyz/en/latest/api/expected.html"; 20 20 license = licenses.cc0; 21 21 platforms = platforms.all; 22 - maintainers = with maintainers; [ primeos ]; 22 + maintainers = with maintainers; [ ]; 23 23 }; 24 24 }