mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
add self to maintainers list and update maintainer
This commit is contained in:
parent
a0f6a149cc
commit
0ccb4bf128
@ -1940,6 +1940,11 @@
|
|||||||
github = "jonafato";
|
github = "jonafato";
|
||||||
name = "Jon Banafato";
|
name = "Jon Banafato";
|
||||||
};
|
};
|
||||||
|
jonathanreeve = {
|
||||||
|
email = "jon.reeve@gmail.com";
|
||||||
|
github = "JonathanReeve";
|
||||||
|
name = "Jonathan Reeve";
|
||||||
|
};
|
||||||
joncojonathan = {
|
joncojonathan = {
|
||||||
email = "joncojonathan@gmail.com";
|
email = "joncojonathan@gmail.com";
|
||||||
github = "joncojonathan";
|
github = "joncojonathan";
|
||||||
|
@ -12,7 +12,7 @@ mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
license = with lib.licenses; [ gpl2 fdl12 ];
|
license = with lib.licenses; [ gpl2 fdl12 ];
|
||||||
description = "A simple media player for KDE";
|
description = "A simple media player for KDE";
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
maintainers = [ lib.maintainers.jonathanreeve ];
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user