mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
Merge pull request #302828 from Qubasa/master
Maintainer renamed: luis -> qubasa.
This commit is contained in:
commit
a945f3fda9
@ -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";
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -68,7 +68,6 @@ stdenv.mkDerivation rec {
|
||||
description = "A macOS and Linux Disassembler";
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [
|
||||
luis
|
||||
Enteee
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
|
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user