mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
maintainers: remove martfont
This commit is contained in:
parent
1a5a6db46d
commit
bbb13c92a1
@ -12351,12 +12351,6 @@
|
||||
githubId = 33522919;
|
||||
name = "Marshall Arruda";
|
||||
};
|
||||
martfont = {
|
||||
name = "Martino Fontana";
|
||||
email = "tinozzo123@tutanota.com";
|
||||
github = "SuperSamus";
|
||||
githubId = 40663462;
|
||||
};
|
||||
martijnvermaat = {
|
||||
email = "martijn@vermaat.name";
|
||||
github = "martijnvermaat";
|
||||
|
@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://thelettervsixtim.es";
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ martfont ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Library to parse and emit YAML, and do it fast";
|
||||
homepage = "https://github.com/biojppm/rapidyaml";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ martfont ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
|
||||
description = "Command-line utility for vkBasalt";
|
||||
homepage = "https://gitlab.com/TheEvilSkeleton/vkbasalt-cli";
|
||||
license = with licenses; [ lgpl3Only gpl3Only ];
|
||||
maintainers = with maintainers; [ martfont ];
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "vkbasalt";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user