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:
parent
00a5cfc306
commit
0cef9f1074
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user