mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
maintainers: remove mtreca from maintainers (#408521)
This commit is contained in:
commit
74609bd97d
3 changed files with 2 additions and 8 deletions
|
@ -16830,12 +16830,6 @@
|
||||||
githubId = 72663763;
|
githubId = 72663763;
|
||||||
keys = [ { fingerprint = "DB3E A12D B291 594A 79C5 F6B3 10AB 6868 37F6 FA3F"; } ];
|
keys = [ { fingerprint = "DB3E A12D B291 594A 79C5 F6B3 10AB 6868 37F6 FA3F"; } ];
|
||||||
};
|
};
|
||||||
mtreca = {
|
|
||||||
email = "maxime.treca@gmail.com";
|
|
||||||
github = "mtreca";
|
|
||||||
githubId = 16440823;
|
|
||||||
name = "Maxime Tréca";
|
|
||||||
};
|
|
||||||
mtreskin = {
|
mtreskin = {
|
||||||
email = "zerthurd@gmail.com";
|
email = "zerthurd@gmail.com";
|
||||||
github = "Zert";
|
github = "Zert";
|
||||||
|
|
|
@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/cruegge/pam-gnupg";
|
homepage = "https://github.com/cruegge/pam-gnupg";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ mtreca ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -93,6 +93,6 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
homepage = "https://github.com/eclipse/sumo";
|
homepage = "https://github.com/eclipse/sumo";
|
||||||
license = licenses.epl20;
|
license = licenses.epl20;
|
||||||
maintainers = with maintainers; [ mtreca ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue