Merge pull request #323904 from crertel/crertel/add-maintainerships

maintainers: add crertel
This commit is contained in:
Aleksana 2024-07-03 11:50:03 +08:00 committed by GitHub
commit c9c111d628
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 11 additions and 5 deletions

View File

@ -4127,6 +4127,12 @@
githubId = 34543609;
name = "creator54";
};
crertel = {
email = "chris@kedagital.com";
github = "crertel";
githubId = 1707779;
name = "Chris Ertel";
};
crinklywrappr = {
email = "crinklywrappr@pm.me";
name = "Daniel Fitzpatrick";

View File

@ -34,6 +34,6 @@ rustPlatform.buildRustPackage rec {
mainProgram = "muso";
homepage = "https://github.com/quebin31/muso";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ crertel ];
};
}

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/Cloudef/bemenu";
description = "Dynamic menu library and client program inspired by dmenu";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ crertel ];
mainProgram = "bemenu";
platforms = with platforms; linux;
};

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
description = "program to monitor X11/Client conversations";
homepage = "https://cgit.freedesktop.org/xorg/app/xscope/";
license = with licenses; [ mit ];
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ crertel ];
platforms = with platforms; unix;
mainProgram = "xscope";
};

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "Set of Thai language support routines";
license = licenses.lgpl21Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ crertel ];
pkgConfigModules = [ "libthai" ];
};
}

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "GL Easy Extension Library";
homepage = "https://sourceforge.net/p/glee/glee/";
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ crertel ];
platforms = platforms.linux;
license = licenses.gpl3;
};