maintainers: add pretentiousUsername (#526133)

This commit is contained in:
Yohann Boniface
2026-05-31 18:59:09 +00:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -22153,6 +22153,12 @@
githubId = 246631;
keys = [ { fingerprint = "3E46 7EF1 54AA A1D0 C7DF A694 E45C B17F 1940 CA52"; } ];
};
pretentiousUsername = {
name = "Ian Mitchell";
email = "mitchell.ian.2001@gmail.com";
github = "pretentiousUsername";
githubId = 94192644;
};
priegger = {
email = "philipp@riegger.name";
github = "priegger";

View File

@@ -124,7 +124,9 @@ stdenv.mkDerivation rec {
description = "Programming language for real time audio synthesis";
homepage = "https://supercollider.github.io";
changelog = "https://github.com/supercollider/supercollider/blob/Version-${version}/CHANGELOG.md";
maintainers = [ ];
maintainers = with lib.maintainers; [
pretentiousUsername
];
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux;
};