{libthai,glee,xscope,bemenu,muso}: add crertel as maintainer

This commit is contained in:
crertel 2024-07-01 19:23:55 -05:00
parent 5fa7098733
commit 3156107d65
5 changed files with 5 additions and 5 deletions

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