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