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: 42ed814325
This commit is contained in:
Michael Weiss 2022-01-02 13:02:37 +01:00
parent 00a5cfc306
commit 0cef9f1074
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83
2 changed files with 2 additions and 2 deletions

View file

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/ericniebler/range-v3/releases/tag/${version}";
license = licenses.boost;
platforms = platforms.all;
maintainers = with maintainers; [ primeos ];
maintainers = with maintainers; [ ];
};
}

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = "https://tl.tartanllama.xyz/en/latest/api/expected.html";
license = licenses.cc0;
platforms = platforms.all;
maintainers = with maintainers; [ primeos ];
maintainers = with maintainers; [ ];
};
}