Maintainer renamed: luis -> qubasa. Removed vacant package rmount
This commit is contained in:
parent
a76c4553d7
commit
30756bb4ff
@ -11761,12 +11761,6 @@
|
|||||||
githubId = 5767106;
|
githubId = 5767106;
|
||||||
name = "Lukas Schmidt";
|
name = "Lukas Schmidt";
|
||||||
};
|
};
|
||||||
luis = {
|
|
||||||
email = "luis.nixos@gmail.com";
|
|
||||||
github = "Luis-Hebendanz";
|
|
||||||
githubId = 22085373;
|
|
||||||
name = "Luis Hebendanz";
|
|
||||||
};
|
|
||||||
luisdaranda = {
|
luisdaranda = {
|
||||||
email = "luisdomingoaranda@gmail.com";
|
email = "luisdomingoaranda@gmail.com";
|
||||||
github = "propet";
|
github = "propet";
|
||||||
@ -16300,6 +16294,12 @@
|
|||||||
matrix = "@quantenzitrone:matrix.org";
|
matrix = "@quantenzitrone:matrix.org";
|
||||||
name = "quantenzitrone";
|
name = "quantenzitrone";
|
||||||
};
|
};
|
||||||
|
qubasa = {
|
||||||
|
email = "consulting@qube.email";
|
||||||
|
github = "Qubasa";
|
||||||
|
githubId = 22085373;
|
||||||
|
name = "Luis Hebendanz";
|
||||||
|
};
|
||||||
queezle = {
|
queezle = {
|
||||||
email = "git@queezle.net";
|
email = "git@queezle.net";
|
||||||
github = "queezle42";
|
github = "queezle42";
|
||||||
|
@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM";
|
description = "Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM";
|
||||||
homepage = "https://github.com/WerWolv/ImHex";
|
homepage = "https://github.com/WerWolv/ImHex";
|
||||||
license = with licenses; [ gpl2Only ];
|
license = with licenses; [ gpl2Only ];
|
||||||
maintainers = with maintainers; [ luis kashw2 cafkafk ];
|
maintainers = with maintainers; [ kashw2 cafkafk ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
description =
|
description =
|
||||||
"Compiler to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Perl / PHP / Python / Ruby ";
|
"Compiler to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Perl / PHP / Python / Ruby ";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ luis ];
|
maintainers = with maintainers; [ qubasa ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A macOS and Linux Disassembler";
|
description = "A macOS and Linux Disassembler";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [
|
maintainers = with maintainers; [
|
||||||
luis
|
|
||||||
Enteee
|
Enteee
|
||||||
];
|
];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/Luis-Hebendanz/rmount";
|
homepage = "https://github.com/Luis-Hebendanz/rmount";
|
||||||
description = "Remote mount utility which parses a json file";
|
description = "Remote mount utility which parses a json file";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.luis ];
|
maintainers = [ maintainers.qubasa ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
mainProgram = "rmount";
|
mainProgram = "rmount";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user