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