Merge pull request #302828 from Qubasa/master

Maintainer renamed: luis -> qubasa.
This commit is contained in:
Matthias Beyer 2024-04-12 15:46:39 +02:00 committed by GitHub
commit a945f3fda9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 10 deletions

View File

@ -11778,12 +11778,6 @@
githubId = 5767106;
name = "Lukas Schmidt";
};
luis = {
email = "luis.nixos@gmail.com";
github = "Luis-Hebendanz";
githubId = 22085373;
name = "Luis Hebendanz";
};
luisdaranda = {
email = "luisdomingoaranda@gmail.com";
github = "propet";
@ -16341,6 +16335,12 @@
matrix = "@quantenzitrone:matrix.org";
name = "quantenzitrone";
};
qubasa = {
email = "consulting@qube.email";
github = "Qubasa";
githubId = 22085373;
name = "Luis Hebendanz";
};
queezle = {
email = "git@queezle.net";
github = "queezle42";

View File

@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
description = "Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM";
homepage = "https://github.com/WerWolv/ImHex";
license = with licenses; [ gpl2Only ];
maintainers = with maintainers; [ luis kashw2 cafkafk ];
maintainers = with maintainers; [ kashw2 cafkafk ];
platforms = platforms.linux;
};
}

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
description =
"Compiler to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Perl / PHP / Python / Ruby ";
license = licenses.gpl3Only;
maintainers = with maintainers; [ luis ];
maintainers = with maintainers; [ qubasa ];
platforms = platforms.unix;
};
}

View File

@ -68,7 +68,6 @@ stdenv.mkDerivation rec {
description = "A macOS and Linux Disassembler";
license = licenses.unfree;
maintainers = with maintainers; [
luis
Enteee
];
platforms = platforms.linux;

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Luis-Hebendanz/rmount";
description = "Remote mount utility which parses a json file";
license = licenses.mit;
maintainers = [ maintainers.luis ];
maintainers = [ maintainers.qubasa ];
platforms = platforms.linux;
mainProgram = "rmount";
};