File tree Expand file tree Collapse file tree 5 files changed +2
-10
lines changed
Expand file tree Collapse file tree 5 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1481114811 name = "Marcin Mikuła";
1481214812 keys = [ { fingerprint = "5547 2A56 AC30 69C9 15C8 B98D 997F 71FA 1D74 6E37"; } ];
1481314813 };
14814- milahu = {
14815- 14816- github = "milahu";
14817- githubId = 12958815;
14818- name = "Milan Hauth";
14819- };
1482014814 milesbreslin = {
14821148151482214816 github = "MilesBreslin";
Original file line number Diff line number Diff line change @@ -53,6 +53,6 @@ mkDerivation {
5353 mainProgram = "booth" ;
5454 homepage = "https://invent.kde.org/maui/booth" ;
5555 license = licenses . gpl3Plus ;
56- maintainers = with maintainers ; [ milahu ] ;
56+ maintainers = with maintainers ; [ ] ;
5757 } ;
5858}
Original file line number Diff line number Diff line change @@ -322,7 +322,6 @@ stdenv.mkDerivation rec {
322322 lgpl3Plus
323323 ] ;
324324 maintainers = with maintainers ; [
325- milahu
326325 nickcao
327326 LunNova
328327 ] ;
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ stdenv.mkDerivation (
6666 lgpl3Plus
6767 ] ;
6868 maintainers = with maintainers ; [
69- milahu
7069 nickcao
7170 ] ;
7271 platforms = platforms . unix ;
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ buildPythonPackage rec {
2424 description = "URL-safe base64 UUID encoder for generating 22 character slugs" ;
2525 homepage = "https://github.com/taskcluster/slugid.py" ;
2626 license = licenses . mpl20 ;
27- maintainers = with maintainers ; [ milahu ] ;
27+ maintainers = with maintainers ; [ ] ;
2828 } ;
2929}
You can’t perform that action at this time.
0 commit comments