lol

fixed some meta.maintainers attributes

+9 -9
+1 -1
pkgs/applications/gis/saga/default.nix
··· 17 description = "SAGA - System for Automated Geoscientific Analyses"; 18 homepage = http://www.saga-gis.org; 19 license = stdenv.lib.licenses.gpl2Plus; 20 - maintainer = stdenv.lib.maintainers.michelk; 21 platforms = with stdenv.lib.platforms; linux; 22 broken = true; 23 };
··· 17 description = "SAGA - System for Automated Geoscientific Analyses"; 18 homepage = http://www.saga-gis.org; 19 license = stdenv.lib.licenses.gpl2Plus; 20 + maintainers = [ stdenv.lib.maintainers.michelk ]; 21 platforms = with stdenv.lib.platforms; linux; 22 broken = true; 23 };
+1 -1
pkgs/applications/misc/vym/default.nix
··· 29 ''; 30 homepage = http://www.insilmaril.de/vym/; 31 license = licenses.gpl2; 32 - maintainer = [ maintainers.AndersonTorres ]; 33 platforms = platforms.linux; 34 }; 35 }
··· 29 ''; 30 homepage = http://www.insilmaril.de/vym/; 31 license = licenses.gpl2; 32 + maintainers = [ maintainers.AndersonTorres ]; 33 platforms = platforms.linux; 34 }; 35 }
+1 -1
pkgs/applications/window-managers/trayer/default.nix
··· 19 license = licenses.mit; 20 description = "A lightweight GTK2-based systray for UNIX desktop"; 21 platforms = platforms.linux; 22 - maintainer = with maintainers; [ pSub ]; 23 }; 24 } 25
··· 19 license = licenses.mit; 20 description = "A lightweight GTK2-based systray for UNIX desktop"; 21 platforms = platforms.linux; 22 + maintainers = with maintainers; [ pSub ]; 23 }; 24 } 25
+1 -1
pkgs/development/interpreters/self/default.nix
··· 38 description = "A prototype-based dynamic object-oriented programming language, environment, and virtual machine"; 39 homepage = "http://selflanguage.org/"; 40 license = stdenv.lib.licenses.bsd3; 41 - maintainer = [ stdenv.lib.maintainers.doublec ]; 42 platforms = with stdenv.lib.platforms; linux; 43 }; 44 }
··· 38 description = "A prototype-based dynamic object-oriented programming language, environment, and virtual machine"; 39 homepage = "http://selflanguage.org/"; 40 license = stdenv.lib.licenses.bsd3; 41 + maintainers = [ stdenv.lib.maintainers.doublec ]; 42 platforms = with stdenv.lib.platforms; linux; 43 }; 44 }
+1 -1
pkgs/development/libraries/LASzip/default.nix
··· 15 description = "Turn quickly bulky LAS files into compact LAZ files without information loss"; 16 homepage = http://www.laszip.org; 17 license = stdenv.lib.licenses.lgpl2; 18 - maintainer = stdenv.lib.maintainers.michelk; 19 platforms = stdenv.lib.platforms.linux; 20 }; 21 }
··· 15 description = "Turn quickly bulky LAS files into compact LAZ files without information loss"; 16 homepage = http://www.laszip.org; 17 license = stdenv.lib.licenses.lgpl2; 18 + maintainers = [ stdenv.lib.maintainers.michelk ]; 19 platforms = stdenv.lib.platforms.linux; 20 }; 21 }
+1 -1
pkgs/development/libraries/libmpeg2/default.nix
··· 13 homepage = http://libmpeg2.sourceforge.net/; 14 description = "A free library for decoding mpeg-2 and mpeg-1 video streams"; 15 license = stdenv.lib.licenses.gpl2; 16 - maintainer = with stdenv.lib.maintainers; [ fuuzetsu ]; 17 }; 18 }
··· 13 homepage = http://libmpeg2.sourceforge.net/; 14 description = "A free library for decoding mpeg-2 and mpeg-1 video streams"; 15 license = stdenv.lib.licenses.gpl2; 16 + maintainers = with stdenv.lib.maintainers; [ fuuzetsu ]; 17 }; 18 }
+1 -1
pkgs/misc/screensavers/alock/default.nix
··· 36 X session. 37 ''; 38 platforms = with stdenv.lib.platforms; allBut cygwin; 39 - maintainers = stdenv.lib.maintainers.ftrvxmtrx; 40 }; 41 }
··· 36 X session. 37 ''; 38 platforms = with stdenv.lib.platforms; allBut cygwin; 39 + maintainers = [ stdenv.lib.maintainers.ftrvxmtrx ]; 40 }; 41 }
+1 -1
pkgs/tools/filesystems/bashmount/default.nix
··· 30 meta = with stdenv.lib; { 31 homepage = https://github.com/jamielinux/bashmount; 32 description = "A menu-driven bash script for the management of removable media with udisks"; 33 - maintainers = maintainers.koral; 34 platforms = platforms.all; 35 }; 36 }
··· 30 meta = with stdenv.lib; { 31 homepage = https://github.com/jamielinux/bashmount; 32 description = "A menu-driven bash script for the management of removable media with udisks"; 33 + maintainers = [ maintainers.koral ]; 34 platforms = platforms.all; 35 }; 36 }
+1 -1
pkgs/tools/misc/binwalk/default.nix
··· 27 homepage = "http://binwalk.org"; 28 description = "A tool for searching a given binary image for embedded files"; 29 platforms = platforms.all; 30 - maintainers = maintainers.koral; 31 }; 32 }
··· 27 homepage = "http://binwalk.org"; 28 description = "A tool for searching a given binary image for embedded files"; 29 platforms = platforms.all; 30 + maintainers = [ maintainers.koral ]; 31 }; 32 }