maintainers: remove martfont

This commit is contained in:
Martino Fontana 2024-07-02 14:49:07 +02:00 committed by Yaya
parent 1a5a6db46d
commit bbb13c92a1
4 changed files with 3 additions and 9 deletions

View File

@ -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";

View File

@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://thelettervsixtim.es";
license = licenses.unfree;
maintainers = with maintainers; [ martfont ];
maintainers = with maintainers; [ ];
platforms = platforms.unix;
};
}

View File

@ -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;
};
}

View File

@ -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";
};
}