forked from mirrors/nixpkgs
maintainers: change my attrname to be uniform
This commit is contained in:
parent
916fc48210
commit
38a59aa953
pkgs
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "WYSIWYM frontend for LaTeX, DocBook, etc.";
|
description = "WYSIWYM frontend for LaTeX, DocBook, etc.";
|
||||||
homepage = "http://www.lyx.org";
|
homepage = "http://www.lyx.org";
|
||||||
license = "GPL2";
|
license = "GPL2";
|
||||||
maintainers = [ stdenv.lib.maintainers.neznalek ];
|
maintainers = [ stdenv.lib.maintainers.vcunat ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
ludo = "Ludovic Courtès <ludo@gnu.org>";
|
ludo = "Ludovic Courtès <ludo@gnu.org>";
|
||||||
marcweber = "Marc Weber <marco-oweber@gmx.de>";
|
marcweber = "Marc Weber <marco-oweber@gmx.de>";
|
||||||
mornfall = "Petr Ročkai <me@mornfall.net>";
|
mornfall = "Petr Ročkai <me@mornfall.net>";
|
||||||
neznalek = "Vladimír Čunát <vcunat@gmail.com>";
|
|
||||||
offline = "Jaka Hudoklin <jakahudoklin@gmail.com>";
|
offline = "Jaka Hudoklin <jakahudoklin@gmail.com>";
|
||||||
orbitz = "Malcolm Matalka <mmatalka@gmail.com>";
|
orbitz = "Malcolm Matalka <mmatalka@gmail.com>";
|
||||||
page = "Carles Pagès <page@cubata.homelinux.net>";
|
page = "Carles Pagès <page@cubata.homelinux.net>";
|
||||||
|
@ -48,6 +47,7 @@
|
||||||
thammers = "Tobias Hammerschmidt <jawr@gmx.de>";
|
thammers = "Tobias Hammerschmidt <jawr@gmx.de>";
|
||||||
the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>";
|
the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>";
|
||||||
urkud = "Yury G. Kudryashov <urkud+nix@ya.ru>";
|
urkud = "Yury G. Kudryashov <urkud+nix@ya.ru>";
|
||||||
|
vcunat = "Vladimír Čunát <vcunat@gmail.com>";
|
||||||
viric = "Lluís Batlle i Rossell <viric@viric.name>";
|
viric = "Lluís Batlle i Rossell <viric@viric.name>";
|
||||||
winden = "Antonio Vargas Gonzalez <windenntw@gmail.com>";
|
winden = "Antonio Vargas Gonzalez <windenntw@gmail.com>";
|
||||||
z77z = "Marco Maggesi <maggesi@math.unifi.it>";
|
z77z = "Marco Maggesi <maggesi@math.unifi.it>";
|
||||||
|
|
|
@ -43,7 +43,7 @@ stdenv.mkDerivation {
|
||||||
description = "Kernel module driver for some Broadcom's wireless cards";
|
description = "Kernel module driver for some Broadcom's wireless cards";
|
||||||
homepage = http://www.broadcom.com/support/802.11/linux_sta.php;
|
homepage = http://www.broadcom.com/support/802.11/linux_sta.php;
|
||||||
license = "unfree-redistributable";
|
license = "unfree-redistributable";
|
||||||
maintainers = [ stdenv.lib.maintainers.neznalek ];
|
maintainers = [ stdenv.lib.maintainers.vcunat ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue