lol

Fix meta.maintainer -> meta.maintainers

+11 -11
+1 -1
pkgs/applications/audio/quodlibet/default.nix
··· 75 & internet radio, and all major audio formats. 76 ''; 77 78 - maintainer = [ stdenv.lib.maintainers.coroa ]; 79 homepage = http://code.google.com/p/quodlibet/; 80 }; 81 }
··· 75 & internet radio, and all major audio formats. 76 ''; 77 78 + maintainers = [ stdenv.lib.maintainers.coroa ]; 79 homepage = http://code.google.com/p/quodlibet/; 80 }; 81 }
+1 -1
pkgs/applications/misc/fbreader/default.nix
··· 30 homepage = http://www.fbreader.org/; 31 license = licenses.gpl3; 32 platforms = platforms.linux; # possibly also on unix general 33 - maintainer = [ maintainers.coroa ]; 34 }; 35 }
··· 30 homepage = http://www.fbreader.org/; 31 license = licenses.gpl3; 32 platforms = platforms.linux; # possibly also on unix general 33 + maintainers = [ maintainers.coroa ]; 34 }; 35 }
+1 -1
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix
··· 88 meta = { 89 description = "Adobe Flash Player browser plugin"; 90 homepage = http://www.adobe.com/products/flashplayer/; 91 - maintainer = with stdenv.lib.maintainers; [ wizeman ]; 92 license = "unfree"; 93 }; 94 }
··· 88 meta = { 89 description = "Adobe Flash Player browser plugin"; 90 homepage = http://www.adobe.com/products/flashplayer/; 91 + maintainers = with stdenv.lib.maintainers; [ wizeman ]; 92 license = "unfree"; 93 }; 94 }
+1 -1
pkgs/development/libraries/c-ares/default.nix
··· 15 16 license = stdenv.lib.licenses.mit; 17 18 - maintainer = [ stdenv.lib.maintainers.shlevy ]; 19 }; 20 }
··· 15 16 license = stdenv.lib.licenses.mit; 17 18 + maintainers = [ stdenv.lib.maintainers.shlevy ]; 19 }; 20 }
+1 -1
pkgs/development/libraries/http-parser/default.nix
··· 43 44 license = stdenv.lib.licenses.mit; 45 46 - maintainer = [ stdenv.lib.maintainers.shlevy ]; 47 }; 48 }
··· 43 44 license = stdenv.lib.licenses.mit; 45 46 + maintainers = [ stdenv.lib.maintainers.shlevy ]; 47 }; 48 }
+1 -1
pkgs/development/libraries/libunibreak/default.nix
··· 14 description = "A library implementing a line breaking algorithm as described in Unicode 6.0.0 Standard"; 15 license = licenses.zlib; 16 platforms = platforms.unix; 17 - maintainer = [ maintainers.coroa ]; 18 }; 19 }
··· 14 description = "A library implementing a line breaking algorithm as described in Unicode 6.0.0 Standard"; 15 license = licenses.zlib; 16 platforms = platforms.unix; 17 + maintainers = [ maintainers.coroa ]; 18 }; 19 }
+1 -1
pkgs/development/tools/build-managers/leiningen/default.nix
··· 31 description = "Project automation for Clojure"; 32 license = "EPL"; 33 platforms = stdenv.lib.platforms.linux; 34 - maintainer = with stdenv.lib.maintainers; [ the-kenny ]; 35 }; 36 }
··· 31 description = "Project automation for Clojure"; 32 license = "EPL"; 33 platforms = stdenv.lib.platforms.linux; 34 + maintainers = with stdenv.lib.maintainers; [ the-kenny ]; 35 }; 36 }
+1 -1
pkgs/tools/archivers/zip/default.nix
··· 24 meta = { 25 homepage = http://www.info-zip.org; 26 platforms = stdenv.lib.platforms.all; 27 - maintainer = [ stdenv.lib.maintainers.urkud ]; 28 }; 29 }
··· 24 meta = { 25 homepage = http://www.info-zip.org; 26 platforms = stdenv.lib.platforms.all; 27 + maintainers = [ stdenv.lib.maintainers.urkud ]; 28 }; 29 }
+1 -1
pkgs/tools/audio/gvolicon/default.nix
··· 22 homepage = "https://github.com/Unia/gvolicon"; 23 platforms = stdenv.lib.platforms.linux; 24 license = stdenv.lib.licenses.gpl3Plus; 25 - maintainer = stdenv.lib.maintainers.bennofs; 26 }; 27 }
··· 22 homepage = "https://github.com/Unia/gvolicon"; 23 platforms = stdenv.lib.platforms.linux; 24 license = stdenv.lib.licenses.gpl3Plus; 25 + maintainers = stdenv.lib.maintainers.bennofs; 26 }; 27 }
+1 -1
pkgs/tools/misc/autorandr/default.nix
··· 36 meta = { 37 description = "Automatic display configuration selector based on connected devices"; 38 homepage = https://github.com/wertarbyte/autorandr; 39 - maintainer = [ stdenv.lib.maintainers.coroa ]; 40 }; 41 }
··· 36 meta = { 37 description = "Automatic display configuration selector based on connected devices"; 38 homepage = https://github.com/wertarbyte/autorandr; 39 + maintainers = [ stdenv.lib.maintainers.coroa ]; 40 }; 41 }
+1 -1
pkgs/tools/text/enscript/default.nix
··· 30 31 homepage = http://www.gnu.org/software/enscript/; 32 33 - maintainer = [ stdenv.lib.maintainers.ludo ]; 34 platforms = stdenv.lib.platforms.all; 35 }; 36 }
··· 30 31 homepage = http://www.gnu.org/software/enscript/; 32 33 + maintainers = [ stdenv.lib.maintainers.ludo ]; 34 platforms = stdenv.lib.platforms.all; 35 }; 36 }