Merge pull request #32410 from grahamc/check-meta

treewide: checkMeta fixes for x86_64-linux

authored by Graham Christensen and committed by GitHub 5b9e29c0 ae7e3a3a

+139 -135
+1 -1
pkgs/applications/audio/google-play-music-desktop-player/default.nix
··· 74 74 description = "A beautiful cross platform Desktop Player for Google Play Music"; 75 75 license = stdenv.lib.licenses.mit; 76 76 platforms = [ "x86_64-linux" ]; 77 - maintainers = stdenv.lib.maintainers.SuprDewd; 77 + maintainers = [ stdenv.lib.maintainers.SuprDewd ]; 78 78 }; 79 79 }
+1 -1
pkgs/applications/audio/soundscape-renderer/default.nix
··· 46 46 homepage = http://spatialaudio.net/ssr/; 47 47 description = "The SoundScape Renderer (SSR) is a tool for real-time spatial audio reproduction"; 48 48 license = stdenv.lib.licenses.gpl3; 49 - maintainer = stdenv.lib.maintainers.fridh; 49 + maintainers = [ stdenv.lib.maintainers.fridh ]; 50 50 }; 51 51 52 52 }
+1 -1
pkgs/applications/misc/bb/default.nix
··· 18 18 homepage = http://aa-project.sourceforge.net/bb; 19 19 description = "AA-lib demo"; 20 20 license = licenses.gpl2; 21 - maintainers = maintainers.rnhmjoj; 21 + maintainers = [ maintainers.rnhmjoj ]; 22 22 platforms = platforms.unix; 23 23 }; 24 24 }
+2 -2
pkgs/applications/misc/j4-dmenu-desktop/default.nix
··· 24 24 description = "A wrapper for dmenu that recognize .desktop files"; 25 25 homepage = "https://github.com/enkore/j4-dmenu-desktop"; 26 26 license = licenses.gpl3; 27 - maintainer = with maintainers; [ ericsagnes ]; 28 - platforms = with platforms; unix; 27 + maintainers = with maintainers; [ ericsagnes ]; 28 + platforms = with platforms; unix; 29 29 }; 30 30 }
+1 -1
pkgs/applications/misc/metamorphose2/default.nix
··· 37 37 description = "a graphical mass renaming program for files and folders"; 38 38 homepage = "https://github.com/metamorphose/metamorphose2"; 39 39 license = with licenses; gpl3Plus; 40 - maintainer = with maintainers; [ ramkromberg ]; 40 + maintainers = with maintainers; [ ramkromberg ]; 41 41 platforms = with platforms; linux; 42 42 }; 43 43 }
+1 -1
pkgs/applications/misc/ola/default.nix
··· 23 23 meta = with stdenv.lib; { 24 24 description = "A framework for controlling entertainment lighting equipment."; 25 25 maintainers = [ maintainers.globin ]; 26 - licenses = with licenses; [ lgpl21 gpl2Plus ]; 26 + license = with licenses; [ lgpl21 gpl2Plus ]; 27 27 platforms = platforms.all; 28 28 }; 29 29 }
+1 -1
pkgs/applications/misc/oneko/default.nix
··· 28 28 homepage = "http://www.daidouji.com/oneko/"; 29 29 license = licenses.publicDomain; 30 30 maintainers = [ maintainers.xaverdh ]; 31 - meta.platforms = platforms.linux; 31 + platforms = platforms.linux; 32 32 }; 33 33 } 34 34
+1 -1
pkgs/applications/misc/ptask/default.nix
··· 24 24 homepage = http://wpitchoune.net/ptask/; 25 25 description = "GTK-based GUI for taskwarrior"; 26 26 license = licenses.gpl2; 27 - maintainer = [ maintainers.spacefrogg ]; 27 + maintainers = [ maintainers.spacefrogg ]; 28 28 }; 29 29 }
+1 -1
pkgs/applications/misc/qmapshack/default.nix
··· 27 27 homepage = https://bitbucket.org/maproom/qmapshack/wiki/Home; 28 28 description = "Plan your next outdoor trip"; 29 29 license = licenses.gpl3; 30 - maintainter = with maintainers; [ dotlambda ]; 30 + maintainers = with maintainers; [ dotlambda ]; 31 31 platforms = with platforms; linux; 32 32 }; 33 33 }
+1 -1
pkgs/applications/misc/qmetro/default.nix
··· 26 26 description = "Worldwide transit maps viewer"; 27 27 license = licenses.gpl3; 28 28 29 - maintainter = with maintainers; [ orivej ]; 29 + maintainers = with maintainers; [ orivej ]; 30 30 platforms = platforms.unix; 31 31 }; 32 32 }
+1 -1
pkgs/applications/misc/st/xst.nix
··· 26 26 homepage = https://github.com/neeasade/xst; 27 27 description = "Simple terminal fork that can load config from Xresources"; 28 28 license = licenses.mit; 29 - maintainers = maintainers.vyp; 29 + maintainers = [ maintainers.vyp ]; 30 30 platforms = platforms.linux; 31 31 }; 32 32 }
+2 -2
pkgs/applications/misc/tilix/default.nix
··· 37 37 meta = with stdenv.lib; { 38 38 description = "Tiling terminal emulator following the Gnome Human Interface Guidelines."; 39 39 homepage = https://gnunn1.github.io/tilix-web; 40 - licence = licenses.mpl20; 41 - maintainer = with maintainers; [ midchildan ]; 40 + license = licenses.mpl20; 41 + maintainers = with maintainers; [ midchildan ]; 42 42 platforms = platforms.linux; 43 43 }; 44 44 }
+1 -1
pkgs/applications/misc/urlview/default.nix
··· 34 34 meta = { 35 35 description = "Extract URLs from text"; 36 36 homepage = http://packages.qa.debian.org/u/urlview.html; 37 - licencse = stdenv.lib.licenses.gpl2; 37 + license = stdenv.lib.licenses.gpl2; 38 38 platforms = with stdenv.lib.platforms; linux ++ darwin; 39 39 }; 40 40 }
+1 -1
pkgs/applications/science/math/weka/default.nix
··· 29 29 homepage = http://www.cs.waikato.ac.nz/ml/weka/; 30 30 description = "Collection of machine learning algorithms for data mining tasks"; 31 31 license = stdenv.lib.licenses.gpl2Plus; 32 - maintainer = [stdenv.lib.maintainers.mimadrid]; 32 + maintainers = [ stdenv.lib.maintainers.mimadrid ]; 33 33 platforms = stdenv.lib.platforms.unix; 34 34 }; 35 35 }
+1 -1
pkgs/applications/science/programming/plm/default.nix
··· 28 28 29 29 meta = with stdenv.lib; { 30 30 description = "Free cross-platform programming exerciser"; 31 - Homepage = http://webloria.loria.fr/~quinson/Teaching/PLM/; 31 + homepage = http://webloria.loria.fr/~quinson/Teaching/PLM/; 32 32 license = licenses.gpl3; 33 33 maintainers = [ ]; 34 34 platforms = stdenv.lib.platforms.all;
+1 -1
pkgs/applications/taxes/aangifte-2006/default.nix
··· 13 13 14 14 meta = { 15 15 description = "Elektronische aangifte IB 2006"; 16 - url = "http://www.belastingdienst.nl/download/1341.html"; 16 + homepage = "http://www.belastingdienst.nl/download/1341.html"; 17 17 license = stdenv.lib.licenses.unfree; 18 18 platforms = stdenv.lib.platforms.linux; 19 19 hydraPlatforms = [];
+1 -1
pkgs/applications/taxes/aangifte-2007/default.nix
··· 16 16 17 17 meta = { 18 18 description = "Elektronische aangifte IB 2007"; 19 - url = "http://www.belastingdienst.nl/download/1341.html"; 19 + homepage = "http://www.belastingdienst.nl/download/1341.html"; 20 20 license = stdenv.lib.licenses.unfree; 21 21 platforms = stdenv.lib.platforms.linux; 22 22 hydraPlatforms = [];
+1 -1
pkgs/applications/taxes/aangifte-2008/default.nix
··· 17 17 18 18 meta = { 19 19 description = "Elektronische aangifte IB 2008 (Dutch Tax Return Program)"; 20 - url = http://www.belastingdienst.nl/particulier/aangifte2008/aangifte_2008/aangifte_2008.html; 20 + homepage = http://www.belastingdienst.nl/particulier/aangifte2008/aangifte_2008/aangifte_2008.html; 21 21 license = stdenv.lib.licenses.unfree; 22 22 platforms = stdenv.lib.platforms.linux; 23 23 hydraPlatforms = [];
+1 -1
pkgs/applications/taxes/aangifte-2009/default.nix
··· 32 32 33 33 meta = { 34 34 description = "Elektronische aangifte IB 2009 (Dutch Tax Return Program)"; 35 - url = http://www.belastingdienst.nl/particulier/aangifte2009/download/; 35 + homepage = http://www.belastingdienst.nl/particulier/aangifte2009/download/; 36 36 license = stdenv.lib.licenses.unfree; 37 37 platforms = stdenv.lib.platforms.linux; 38 38 hydraPlatforms = [];
+1 -1
pkgs/applications/taxes/aangifte-2010/default.nix
··· 32 32 33 33 meta = { 34 34 description = "Elektronische aangifte IB 2010 (Dutch Tax Return Program)"; 35 - url = http://www.belastingdienst.nl/particulier/aangifte2009/download/; 35 + homepage = http://www.belastingdienst.nl/particulier/aangifte2009/download/; 36 36 license = stdenv.lib.licenses.unfree; 37 37 platforms = stdenv.lib.platforms.linux; 38 38 hydraPlatforms = [];
+1 -1
pkgs/applications/taxes/aangifte-2011/default.nix
··· 32 32 33 33 meta = { 34 34 description = "Elektronische aangifte IB 2011 (Dutch Tax Return Program)"; 35 - url = http://www.belastingdienst.nl/particulier/aangifte2009/download/; 35 + homepage = http://www.belastingdienst.nl/particulier/aangifte2009/download/; 36 36 license = stdenv.lib.licenses.unfree; 37 37 platforms = stdenv.lib.platforms.linux; 38 38 hydraPlatforms = [];
+1 -1
pkgs/applications/taxes/aangifte-2012/default.nix
··· 33 33 34 34 meta = { 35 35 description = "Elektronische aangifte IB 2012 (Dutch Tax Return Program)"; 36 - url = http://www.belastingdienst.nl/particulier/aangifte2012/download/; 36 + homepage = http://www.belastingdienst.nl/particulier/aangifte2012/download/; 37 37 license = stdenv.lib.licenses.unfree; 38 38 platforms = stdenv.lib.platforms.linux; 39 39 hydraPlatforms = [];
+1 -1
pkgs/applications/taxes/aangifte-2013-wa/default.nix
··· 33 33 34 34 meta = { 35 35 description = "Elektronische aangifte WA 2013 (Dutch Tax Return Program)"; 36 - url = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2013_linux; 36 + homepage = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2013_linux; 37 37 license = stdenv.lib.licenses.unfree; 38 38 platforms = stdenv.lib.platforms.linux; 39 39 hydraPlatforms = [];
+1 -1
pkgs/applications/taxes/aangifte-2013/default.nix
··· 33 33 34 34 meta = { 35 35 description = "Elektronische aangifte IB 2013 (Dutch Tax Return Program)"; 36 - url = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2013_linux; 36 + homepage = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2013_linux; 37 37 license = stdenv.lib.licenses.unfree; 38 38 platforms = stdenv.lib.platforms.linux; 39 39 hydraPlatforms = [];
+1 -1
pkgs/applications/taxes/aangifte-2014-wa/default.nix
··· 33 33 34 34 meta = { 35 35 description = "Elektronische aangifte WA 2014 (Dutch Tax Return Program)"; 36 - url = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2014_linux; 36 + homepage = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2014_linux; 37 37 license = stdenv.lib.licenses.unfree; 38 38 platforms = stdenv.lib.platforms.linux; 39 39 hydraPlatforms = [];
+1 -1
pkgs/applications/taxes/aangifte-2014/default.nix
··· 33 33 34 34 meta = { 35 35 description = "Elektronische aangifte IB 2014 (Dutch Tax Return Program)"; 36 - url = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2014_linux; 36 + homepage = http://www.belastingdienst.nl/wps/wcm/connect/bldcontentnl/themaoverstijgend/programmas_en_formulieren/aangifteprogramma_2014_linux; 37 37 license = stdenv.lib.licenses.unfree; 38 38 platforms = stdenv.lib.platforms.linux; 39 39 hydraPlatforms = [];
+1 -1
pkgs/applications/video/kodi/plugins.nix
··· 264 264 265 265 meta = with stdenv.lib; { 266 266 homepage = https://forum.kodi.tv/showthread.php?tid=187421; 267 - descritpion = "A comic book reader"; 267 + description = "A comic book reader"; 268 268 maintainers = with maintainers; [ edwtjo ]; 269 269 }; 270 270 };
+1 -1
pkgs/applications/video/mythtv/default.nix
··· 26 26 homepage = https://www.mythtv.org/; 27 27 description = "Open Source DVR"; 28 28 license = licenses.gpl2; 29 - meta.platforms = platforms.linux; 29 + platforms = platforms.linux; 30 30 maintainers = [ maintainers.titanous ]; 31 31 }; 32 32 }
+1 -1
pkgs/data/fonts/input-fonts/default.nix
··· 29 29 30 30 meta = with stdenv.lib; { 31 31 description = "Fonts for Code, from Font Bureau"; 32 - longDescrition = '' 32 + longDescription = '' 33 33 Input is a font family designed for computer programming, data, 34 34 and text composition. It was designed by David Jonathan Ross 35 35 between 2012 and 2014 and published by The Font Bureau. It
+1 -1
pkgs/data/fonts/noto-fonts/tools.nix
··· 27 27 description = "Noto fonts support tools and scripts plus web site generation"; 28 28 license = lib.licenses.asl20; 29 29 homepage = https://github.com/googlei18n/nototools; 30 - platform = lib.platforms.unix; 30 + platforms = lib.platforms.unix; 31 31 }; 32 32 }
+1 -1
pkgs/data/fonts/siji/default.nix
··· 17 17 meta = { 18 18 homepage = https://github.com/stark/siji; 19 19 description = "An iconic bitmap font based on Stlarch with additional glyphs"; 20 - liscense = stdenv.lib.licenses.gpl2; 20 + license = stdenv.lib.licenses.gpl2; 21 21 platforms = stdenv.lib.platforms.all; 22 22 maintainers = [ stdenv.lib.maintainers.asymmetric ]; 23 23 };
+1 -1
pkgs/data/fonts/vista-fonts/default.nix
··· 26 26 meta = { 27 27 description = "Some TrueType fonts from Microsoft Windows Vista (Calibri, Cambria, Candara, Consolas, Constantia, Corbel)"; 28 28 homepage = http://www.microsoft.com/typography/ClearTypeFonts.mspx; 29 - binaryDistribution = false; # haven't read the EULA, but we probably can't redistribute these files, so... 29 + license = stdenv.lib.licenses.unfree; # haven't read the EULA, but we probably can't redistribute these files, so... 30 30 31 31 # Set a non-zero priority to allow easy overriding of the 32 32 # fontconfig configuration files.
+1 -1
pkgs/development/compilers/jetbrains-jdk/default.nix
··· 73 73 your own risk. 74 74 ''; 75 75 homepage = "https://bintray.com/jetbrains/intellij-jdk/"; 76 - licenses = licenses.gpl2; 76 + license = licenses.gpl2; 77 77 maintainers = with maintainers; [ edwtjo ]; 78 78 platforms = with platforms; [ "x86_64-linux" ]; 79 79 };
+1 -1
pkgs/development/compilers/owl-lisp/default.nix
··· 23 23 doCheck = false; 24 24 25 25 meta = with stdenv.lib; { 26 - descripton = "A functional lisp"; 26 + description = "A functional lisp"; 27 27 homepage = https://github.com/aoh/owl-lisp; 28 28 license = licenses.mit; 29 29 maintainers = with maintainers; [ peterhoeg ];
+1 -1
pkgs/development/libraries/dirac/default.nix
··· 26 26 description = "A general-purpose video codec based on wavelets"; 27 27 platforms = platforms.linux; 28 28 license = with licenses; [ mpl11 gpl2 lgpl21 ]; 29 - maintainer = maintainers.igsha; 29 + maintainers = [ maintainers.igsha ]; 30 30 }; 31 31 }
+1 -1
pkgs/development/libraries/gtkd/default.nix
··· 92 92 meta = with stdenv.lib; { 93 93 description = "D binding and OO wrapper for GTK+"; 94 94 homepage = https://gtkd.org; 95 - licence = licenses.lgpl3Plus; 95 + license = licenses.lgpl3Plus; 96 96 platforms = platforms.linux ++ platforms.darwin; 97 97 }; 98 98 }
+1 -1
pkgs/development/libraries/kdiagram/default.nix
··· 13 13 nativeBuildInputs = [ extra-cmake-modules qttools ]; 14 14 propagatedBuildInputs = [ qtbase qtsvg ]; 15 15 meta = { 16 - shortDescription = "Libraries for creating business diagrams"; 16 + description = "Libraries for creating business diagrams"; 17 17 license = lib.licenses.gpl2; 18 18 platforms = qtbase.meta.platforms; 19 19 maintainers = [ lib.maintainers.ttuegel ];
+6 -4
pkgs/development/libraries/libcutl/default.nix
··· 1 - {stdenv, fetchurl, xercesc }: 1 + { stdenv, fetchurl, xercesc }: 2 + let 3 + major = "1.9"; 4 + minor = "0"; 5 + in 2 6 with stdenv; with lib; 3 7 mkDerivation rec { 4 - name = "libcutl-${meta.major}.${meta.minor}"; 8 + name = "libcutl-${major}.${minor}"; 5 9 6 10 meta = { 7 - major = "1.9"; 8 - minor = "0"; 9 11 description = "A collection of generic and independent components such as meta-programming tests, smart pointers, containers, compiler building blocks" ; 10 12 platforms = platforms.all; 11 13 maintainers = with maintainers; [ ];
+1 -1
pkgs/development/libraries/xcb-util-cursor/HEAD.nix
··· 15 15 description = "XCB cursor library (libxcursor port)"; 16 16 homepage = http://cgit.freedesktop.org/xcb/util-cursor; 17 17 license = licenses.mit; 18 - maintainer = with maintainers; [ lovek323 ]; 18 + maintainers = with maintainers; [ lovek323 ]; 19 19 platforms = platforms.linux ++ platforms.darwin; 20 20 }; 21 21
+2 -2
pkgs/development/ocaml-modules/janestreet/default.nix
··· 279 279 name = "ppx_sexp_message"; 280 280 hash = "0r0skyr1zf2jh48xrxbs45gzywynhlivkq24xwc0qq435fmc2jqv"; 281 281 propagatedBuildInputs = [ ppx_sexp_conv ppx_here ]; 282 - meta.declarations = "A ppx rewriter for easy construction of s-expressions"; 282 + meta.description = "A ppx rewriter for easy construction of s-expressions"; 283 283 }; 284 284 285 285 ppx_sexp_value = janePackage { 286 286 name = "ppx_sexp_value"; 287 287 hash = "0hha5mmx700m8fy9g4znb8278l09chgwlpshny83vsmmzgq2jhah"; 288 288 propagatedBuildInputs = [ ppx_sexp_conv ppx_here ]; 289 - meta.declarations = "A ppx rewriter that simplifies building s-expressions from OCaml values"; 289 + meta.description = "A ppx rewriter that simplifies building s-expressions from OCaml values"; 290 290 }; 291 291 292 292 ppx_typerep_conv = janePackage {
+1 -1
pkgs/development/python-modules/acoustics/default.nix
··· 19 19 20 20 meta = with stdenv.lib; { 21 21 description = "A package for acousticians"; 22 - maintainer = with maintainers; [ fridh ]; 22 + maintainers = with maintainers; [ fridh ]; 23 23 license = with licenses; [ bsd3 ]; 24 24 homepage = https://github.com/python-acoustics/python-acoustics; 25 25 };
+2 -2
pkgs/development/python-modules/aiofiles/default.nix
··· 28 28 description = "File support for asyncio"; 29 29 homepage = https://github.com/Tinche/aiofiles; 30 30 license = with lib.licenses; [ asl20 ]; 31 - maintainer = with lib.maintainers; [ fridh ]; 31 + maintainers = with lib.maintainers; [ fridh ]; 32 32 }; 33 - } 33 + }
+1 -1
pkgs/development/python-modules/bibtexparser/default.nix
··· 20 20 description = "Bibtex parser for python 2.7 and 3.3 and newer"; 21 21 homepage = https://github.com/sciunto-org/python-bibtexparser; 22 22 license = with lib.licenses; [ gpl3 bsd3 ]; 23 - maintainer = with lib.maintainers; [ fridh ]; 23 + maintainers = with lib.maintainers; [ fridh ]; 24 24 }; 25 25 }
+1 -1
pkgs/development/python-modules/configargparse/default.nix
··· 16 16 description = "A drop-in replacement for argparse"; 17 17 homepage = https://github.com/zorro3/ConfigArgParse; 18 18 license = licenses.mit; 19 - maintainer = [ maintainers.willibutz ]; 19 + maintainers = [ maintainers.willibutz ]; 20 20 }; 21 21 }
+1 -1
pkgs/development/python-modules/django-extensions/default.nix
··· 22 22 meta = with stdenv.lib; { 23 23 description = "A collection of custom extensions for the Django Framework"; 24 24 homepage = https://github.com/django-extensions/django-extensions; 25 - licenses = [ licenses.mit ]; 25 + license = licenses.mit; 26 26 }; 27 27 }
+1 -1
pkgs/development/python-modules/django_guardian/default.nix
··· 22 22 meta = with stdenv.lib; { 23 23 description = "Per object permissions for Django"; 24 24 homepage = https://github.com/django-guardian/django-guardian; 25 - licenses = [ licenses.mit licenses.bsd2 ]; 25 + license = [ licenses.mit licenses.bsd2 ]; 26 26 }; 27 27 }
+2 -2
pkgs/development/python-modules/flit/default.nix
··· 45 45 description = "A simple packaging tool for simple packages"; 46 46 homepage = https://github.com/takluyver/flit; 47 47 license = lib.licenses.bsd3; 48 - maintainer = lib.maintainers.fridh; 48 + maintainers = [ lib.maintainers.fridh ]; 49 49 }; 50 - } 50 + }
+1 -1
pkgs/development/python-modules/graph-tool/2.x.x.nix
··· 11 11 homepage = http://graph-tool.skewed.de/; 12 12 license = licenses.gpl3; 13 13 platforms = platforms.all; 14 - maintainer = [ stdenv.lib.maintainers.joelmo ]; 14 + maintainers = [ stdenv.lib.maintainers.joelmo ]; 15 15 }; 16 16 17 17 src = fetchurl {
+1 -1
pkgs/development/python-modules/jug/default.nix
··· 25 25 meta = with stdenv.lib; { 26 26 description = "A Task-Based Parallelization Framework"; 27 27 license = licenses.mit; 28 - url = https://jug.readthedocs.io/; 28 + homepage = https://jug.readthedocs.io/; 29 29 maintainers = with maintainers; [ luispedro ]; 30 30 }; 31 31 }
+2 -2
pkgs/development/python-modules/pydot/default.nix
··· 22 22 meta = { 23 23 homepage = https://github.com/erocarrera/pydot; 24 24 description = "Allows to easily create both directed and non directed graphs from Python"; 25 - licenses = with lib.licenses; [ mit ]; 25 + license = lib.licenses.mit; 26 26 }; 27 - } 27 + }
+2 -2
pkgs/development/python-modules/pytest-datafiles/default.nix
··· 13 13 14 14 meta = with stdenv.lib; { 15 15 license = licenses.mit; 16 - website = https://pypi.python.org/pypi/pytest-catchlog/; 16 + homepage = https://pypi.python.org/pypi/pytest-catchlog/; 17 17 description = "py.test plugin to create a 'tmpdir' containing predefined files/directories."; 18 18 }; 19 - } 19 + }
+2 -2
pkgs/development/python-modules/reikna/default.nix
··· 38 38 description = "GPGPU algorithms for PyCUDA and PyOpenCL"; 39 39 homepage = https://github.com/fjarri/reikna; 40 40 license = stdenv.lib.licenses.mit; 41 - maintainer = stdenv.lib.maintainers.fridh; 41 + maintainers = [ stdenv.lib.maintainers.fridh ]; 42 42 43 43 }; 44 44 45 - } 45 + }
+2 -2
pkgs/development/python-modules/requests_download/default.nix
··· 27 27 description = "Download files using requests and save them to a target path"; 28 28 homepage = https://www.github.com/takluyver/requests_download; 29 29 license = lib.licenses.mit; 30 - maintainer = lib.maintainers.fridh; 30 + maintainers = [ lib.maintainers.fridh ]; 31 31 }; 32 - } 32 + }
+1 -1
pkgs/development/python-modules/requestsexceptions/default.nix
··· 22 22 homepage = "https://pypi.python.org/pypi/requestsexceptions"; 23 23 license = licenses.asl20; 24 24 maintainers = with maintainers; [ makefu ]; 25 - patforms = platforms.all; 25 + platforms = platforms.all; 26 26 }; 27 27 }
+1 -1
pkgs/development/python-modules/secretstorage/default.nix
··· 21 21 homepage = "https://github.com/mitya57/secretstorage"; 22 22 description = "Python bindings to FreeDesktop.org Secret Service API"; 23 23 license = licenses.bsdOriginal; 24 - maintainer = with maintainers; [ teto ]; 24 + maintainers = with maintainers; [ teto ]; 25 25 }; 26 26 }
+2 -2
pkgs/development/python-modules/twine/default.nix
··· 27 27 description = "Collection of utilities for interacting with PyPI"; 28 28 homepage = https://github.com/pypa/twine; 29 29 license = lib.licenses.asl20; 30 - maintainer = with lib.maintainers; [ fridh ]; 30 + maintainers = with lib.maintainers; [ fridh ]; 31 31 }; 32 - } 32 + }
+1 -1
pkgs/development/python-modules/uncertainties/default.nix
··· 18 18 meta = with stdenv.lib; { 19 19 homepage = http://pythonhosted.org/uncertainties/; 20 20 description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation)"; 21 - maintainer = with maintainers; [ rnhmjoj ]; 21 + maintainers = with maintainers; [ rnhmjoj ]; 22 22 license = licenses.bsd3; 23 23 }; 24 24 }
+1 -1
pkgs/development/python-modules/vcversioner/default.nix
··· 13 13 meta = with stdenv.lib; { 14 14 description = "take version numbers from version control"; 15 15 homepage = https://github.com/habnabit/vcversioner; 16 - licenses = licenses.isc; 16 + license = licenses.isc; 17 17 }; 18 18 }
+1 -1
pkgs/development/tools/ammonite/default.nix
··· 38 38 homepage = http://www.lihaoyi.com/Ammonite/; 39 39 license = lib.licenses.mit; 40 40 platforms = lib.platforms.all; 41 - maintainer = [ lib.maintainers.nequissimus ]; 41 + maintainers = [ lib.maintainers.nequissimus ]; 42 42 }; 43 43 }
+1 -1
pkgs/development/tools/continuous-integration/drone/default.nix
··· 61 61 }; 62 62 63 63 meta = with stdenv.lib; { 64 - maintainer = with maintainers; [ avnik ]; 64 + maintainers = with maintainers; [ avnik ]; 65 65 license = licenses.asl20; 66 66 description = "Continuous Integration platform built on container technology"; 67 67 };
+1 -1
pkgs/development/tools/flyway/default.nix
··· 24 24 homepage = "https://flywaydb.org/"; 25 25 license = licenses.asl20; 26 26 platforms = platforms.linux; 27 - maintainers = maintainers.cmcdragonkai; 27 + maintainers = [ maintainers.cmcdragonkai ]; 28 28 }; 29 29 }
+1 -1
pkgs/development/tools/git-series/default.nix
··· 43 43 homepage = https://github.com/git-series/git-series; 44 44 45 45 license = licenses.mit; 46 - maintainer = [ maintainers.vmandela ]; 46 + maintainers = [ maintainers.vmandela ]; 47 47 }; 48 48 }
+1 -1
pkgs/development/tools/imatix_gsl/default.nix
··· 22 22 homepage = https://github.com/imatix/gsl/; 23 23 description = "A universal code generator"; 24 24 platforms = platforms.unix; 25 - maintainer = [ maintainers.moosingin3space ]; 25 + maintainers = [ maintainers.moosingin3space ]; 26 26 }; 27 27 }
+1 -1
pkgs/development/tools/leaps/default.nix
··· 20 20 homepage = https://github.com/jeffail/leaps/; 21 21 license = "MIT"; 22 22 maintainers = with stdenv.lib.maintainers; [ qknight ]; 23 - meta.platforms = stdenv.lib.platforms.linux; 23 + platforms = stdenv.lib.platforms.linux; 24 24 }; 25 25 } 26 26
+1 -1
pkgs/development/tools/misc/msitools/default.nix
··· 16 16 description = "Set of programs to inspect and build Windows Installer (.MSI) files"; 17 17 homepage = https://wiki.gnome.org/msitools; 18 18 license = [licenses.gpl2 licenses.lgpl21]; 19 - maintainer = [maintainers.vcunat]; 19 + maintainers = [maintainers.vcunat]; 20 20 platforms = platforms.unix; 21 21 }; 22 22 }
+1 -1
pkgs/development/tools/nailgun/default.nix
··· 35 35 homepage = http://martiansoftware.com/nailgun/; 36 36 license = licenses.apsl20; 37 37 platforms = platforms.linux; 38 - maintainer = with maintainers; [ volth ]; 38 + maintainers = with maintainers; [ volth ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/tools/rhc/default.nix
··· 24 24 homepage = https://github.com/openshift/rhc; 25 25 description = "OpenShift client tools"; 26 26 license = licenses.asl20; 27 - maintaners = maintainers.szczyp; 27 + maintainers = [ maintainers.szczyp ]; 28 28 }; 29 29 }
+1 -1
pkgs/development/tools/rust/rustup/default.nix
··· 52 52 description = "The Rust toolchain installer"; 53 53 homepage = https://www.rustup.rs/; 54 54 license = licenses.mit; 55 - maintainer = [ maintainers.mic92 ]; 55 + maintainers = [ maintainers.mic92 ]; 56 56 }; 57 57 }
+1 -1
pkgs/development/tools/vcstool/default.nix
··· 23 23 description = "Provides a command line tool to invoke vcs commands on multiple repositories"; 24 24 homepage = https://github.com/dirk-thomas/vcstool; 25 25 license = licenses.asl20; 26 - maintainer = with maintainers; [ sivteck ]; 26 + maintainers = with maintainers; [ sivteck ]; 27 27 }; 28 28 }
+1 -1
pkgs/games/commandergenius/default.nix
··· 24 24 25 25 meta = with stdenv.lib; { 26 26 description = "Modern Interpreter for the Commander Keen Games"; 27 - longdescription = '' 27 + longDescription = '' 28 28 Commander Genius is an open-source clone of 29 29 Commander Keen which allows you to play 30 30 the games, and some of the mods
+1 -1
pkgs/games/gemrb/default.nix
··· 33 33 ''; 34 34 homepage = http://gemrb.org/; 35 35 license = licenses.gpl2; 36 - maintainer = with maintainers; [ peterhoeg ]; 36 + maintainers = with maintainers; [ peterhoeg ]; 37 37 platforms = platforms.all; 38 38 }; 39 39 }
+1 -1
pkgs/games/lincity/ng.nix
··· 33 33 ''; 34 34 35 35 meta = { 36 - documentation = ''City building game''; 36 + description = ''City building game''; 37 37 license = stdenv.lib.licenses.gpl2; 38 38 platforms = stdenv.lib.platforms.linux; 39 39 maintainers = [stdenv.lib.maintainers.raskin];
+1 -1
pkgs/games/residualvm/default.nix
··· 24 24 description = "Interpreter for LucasArts' Lua-based 3D adventure games"; 25 25 homepage = http://residualvm.org/; 26 26 repositories.git = https://github.com/residualvm/residualvm.git; 27 - licencse = licenses.gpl2; 27 + license = licenses.gpl2; 28 28 platforms = stdenv.lib.platforms.linux; 29 29 }; 30 30 }
+1 -1
pkgs/misc/emulators/cdemu/vhba.nix
··· 17 17 description = "Provides a Virtual (SCSI) HBA"; 18 18 homepage = http://cdemu.sourceforge.net/about/vhba/; 19 19 platforms = platforms.linux; 20 - licenses = licenses.gpl2Plus; 20 + license = licenses.gpl2Plus; 21 21 maintainers = with stdenv.lib.maintainers; [ bendlas ]; 22 22 }; 23 23 }
+1 -1
pkgs/misc/screensavers/i3lock-pixeled/default.nix
··· 32 32 description = "Simple i3lock helper which pixels a screenshot by scaling it down and up to get a pixeled version of the screen when the lock is active."; 33 33 homepage = https://github.com/Ma27/i3lock-pixeled; 34 34 license = licenses.mit; 35 - platform = platforms.linux; 35 + platforms = platforms.linux; 36 36 maintainers = with maintainers; [ ma27 ]; 37 37 }; 38 38 }
+2 -1
pkgs/misc/themes/gnome-breeze/default.nix
··· 12 12 cp -r Breeze* $out/share/themes 13 13 ''; 14 14 15 + preferLocalBuild = true; 16 + 15 17 meta = { 16 18 description = "A GTK theme built to match KDE's breeze theme"; 17 19 homepage = https://github.com/dirruk1/gnome-breeze; ··· 19 21 maintainers = with stdenv.lib.maintainers; [ bennofs ]; 20 22 platforms = stdenv.lib.platforms.all; 21 23 hydraPlatforms = []; 22 - preferLocalBuild = true; 23 24 }; 24 25 }
+3 -3
pkgs/misc/vim-plugins/default.nix
··· 290 290 buildInputs = [ unzip ]; 291 291 dependencies = []; 292 292 meta = { 293 - url = "http://www.vim.org/scripts/script.php?script_id=1234"; 293 + homepage = "http://www.vim.org/scripts/script.php?script_id=1234"; 294 294 }; 295 295 296 296 sourceRoot = "."; ··· 2077 2077 buildInputs = [ unzip ]; 2078 2078 dependencies = []; 2079 2079 meta = { 2080 - url = "http://www.vim.org/scripts/script.php?script_id=39"; 2080 + homepage = "http://www.vim.org/scripts/script.php?script_id=39"; 2081 2081 }; 2082 2082 2083 2083 unpackPhase = '' ··· 2198 2198 buildInputs = [ unzip ]; 2199 2199 dependencies = []; 2200 2200 meta = { 2201 - url = "http://www.vim.org/scripts/script.php?script_id=273"; 2201 + homepage = "http://www.vim.org/scripts/script.php?script_id=273"; 2202 2202 }; 2203 2203 2204 2204 setSourceRoot = ''
+1 -1
pkgs/misc/vim-plugins/vim2nix/autoload/nix.vim
··· 109 109 \ ' buildInputs = [ unzip ];', 110 110 \ ' dependencies = ['.join(map(copy(dependencies), "'\"'.nix#ToNixAttrName(v:val).'\"'")).'];', 111 111 \ ' meta = {', 112 - \ ' url = "http://www.vim.org/scripts/script.php?script_id='.a:repository.vim_script_nr.'";', 112 + \ ' homepage = "http://www.vim.org/scripts/script.php?script_id='.a:repository.vim_script_nr.'";', 113 113 \ ' };', 114 114 \ addon_info == {} ? '' : (' addon_info = '.nix#ToNix(string(addon_info), [], "").';'), 115 115 \ additional_nix_code,
+1 -1
pkgs/os-specific/darwin/duti/default.nix
··· 24 24 ''; 25 25 maintainers = with maintainers; [matthewbauer]; 26 26 platforms = platforms.darwin; 27 - licenses = licenses.publicDomain; 27 + license = licenses.publicDomain; 28 28 homepage = "http://duti.org/"; 29 29 }; 30 30 }
+1 -1
pkgs/os-specific/linux/hdapsd/default.nix
··· 13 13 14 14 meta = with stdenv.lib; 15 15 { description = "Hard Drive Active Protection System Daemon"; 16 - hompage = "http://hdaps.sf.net/"; 16 + homepage = "http://hdaps.sf.net/"; 17 17 license = licenses.gpl2; 18 18 platforms = platforms.linux; 19 19 maintainers = [ maintainers.ehmry ];
+2 -2
pkgs/os-specific/linux/libwebcam/default.nix
··· 49 49 meta = with lib; { 50 50 description = "The webcam-tools package"; 51 51 platforms = platforms.linux; 52 - licenses = with licenses; [ lgpl3 ]; 52 + license = licenses.lgpl3; 53 53 maintainers = with maintainers; [ jraygauthier ]; 54 54 }; 55 - } 55 + }
+1 -1
pkgs/os-specific/linux/paxtest/default.nix
··· 19 19 description = "Test various memory protection measures"; 20 20 license = licenses.gpl2; 21 21 platforms = platforms.linux; 22 - maintainer = with maintainers; [ copumpkin joachifm ]; 22 + maintainers = with maintainers; [ copumpkin joachifm ]; 23 23 }; 24 24 }
+1 -1
pkgs/os-specific/linux/regionset/default.nix
··· 17 17 meta = with stdenv.lib; { 18 18 inherit version; 19 19 homepage = http://linvdr.org/projects/regionset/; 20 - descriptions = "Tool for changing the region code setting of DVD players"; 20 + description = "Tool for changing the region code setting of DVD players"; 21 21 license = licenses.gpl2Plus; 22 22 platforms = platforms.linux; 23 23 };
+1 -1
pkgs/servers/http/hiawatha/default.nix
··· 49 49 description = "An advanced and secure webserver"; 50 50 license = licenses.gpl2; 51 51 homepage = https://www.hiawatha-webserver.org; 52 - maintainer = [ maintainers.ndowens ]; 52 + maintainers = [ maintainers.ndowens ]; 53 53 }; 54 54 55 55 }
+1 -1
pkgs/servers/mail/postgrey/default.nix
··· 19 19 description = "A postfix policy server to provide greylisting"; 20 20 homepage = https://postgrey.schweikert.ch/; 21 21 platforms = postfix.meta.platforms; 22 - licenses = licenses.gpl2; 22 + license = licenses.gpl2; 23 23 }; 24 24 } '' 25 25 mkdir -p $out/bin
+1 -1
pkgs/servers/monitoring/plugins/esxi.nix
··· 32 32 meta = with stdenv.lib; { 33 33 homepage = https://www.claudiokuenzler.com/nagios-plugins/; 34 34 license = licenses.gpl2; 35 - maintainer = with maintainers; [ peterhoeg ]; 35 + maintainers = with maintainers; [ peterhoeg ]; 36 36 }; 37 37 }
+3 -3
pkgs/servers/monitoring/plugins/labs_consol_de.nix
··· 46 46 ''; 47 47 48 48 meta = with stdenv.lib; { 49 - homepage = https://labs.consol.de/; 50 - license = licenses.gpl2; 51 - maintainer = with maintainers; [ peterhoeg ]; 49 + homepage = https://labs.consol.de/; 50 + license = licenses.gpl2; 51 + maintainers = with maintainers; [ peterhoeg ]; 52 52 inherit description; 53 53 }; 54 54 };
+1 -1
pkgs/servers/monitoring/plugins/uptime.nix
··· 21 21 description = "Uptime check plugin for Sensu/Nagios/others"; 22 22 homepage = https://github.com/madrisan/nagios-plugins-uptime; 23 23 license = licenses.gpl3; 24 - maintainer = with maintainers; [ peterhoeg ]; 24 + maintainers = with maintainers; [ peterhoeg ]; 25 25 }; 26 26 }
+1 -1
pkgs/servers/nosql/riak-cs/2.1.1.nix
··· 64 64 description = "Dynamo inspired NoSQL DB by Basho with S3 compatibility"; 65 65 platforms = [ "x86_64-linux" "x86_64-darwin" ]; 66 66 license = licenses.asl20; 67 - maintainer = with maintainers; [ mdaiter ]; 67 + maintainers = with maintainers; [ mdaiter ]; 68 68 }; 69 69 }
+1 -1
pkgs/shells/zsh-deer/default.nix
··· 29 29 description = "Ranger-like file navigation for zsh"; 30 30 homepage = "https://github.com/Vifon/deer"; 31 31 license = licenses.gpl3Plus; 32 - maintainers = maintainers.vyp; 32 + maintainers = [ maintainers.vyp ]; 33 33 platforms = platforms.unix; 34 34 }; 35 35 }
+1 -1
pkgs/tools/X11/setroot/default.nix
··· 26 26 description = "Simple X background setter inspired by imlibsetroot and feh"; 27 27 homepage = https://github.com/ttzhou/setroot; 28 28 license = licenses.gpl3Plus; 29 - maintainers = maintainers.vyp; 29 + maintainers = [ maintainers.vyp ]; 30 30 platforms = platforms.unix; 31 31 }; 32 32 }
+1 -1
pkgs/tools/X11/xpointerbarrier/default.nix
··· 18 18 homepage = https://github.com/vain/xpointerbarrier; 19 19 description = "Create X11 pointer barriers around your working area"; 20 20 license = stdenv.lib.licenses.mit; 21 - maintainers = stdenv.lib.maintainers.xzfc; 21 + maintainers = [ stdenv.lib.maintainers.xzfc ]; 22 22 platforms = stdenv.lib.platforms.linux; 23 23 }; 24 24 }
+1 -1
pkgs/tools/cd-dvd/lsdvd/default.nix
··· 15 15 16 16 meta = { 17 17 homepage = https://sourceforge.net/projects/lsdvd/; 18 - shortDescription = "Display information about audio, video, and subtitle tracks on a DVD"; 18 + description = "Display information about audio, video, and subtitle tracks on a DVD"; 19 19 platforms = stdenv.lib.platforms.linux; 20 20 }; 21 21 }
+1 -1
pkgs/tools/filesystems/afpfs-ng/default.nix
··· 18 18 description = "A client implementation of the Apple Filing Protocol"; 19 19 license = licenses.gpl2; 20 20 maintainers = with maintainers; [ rnhmjoj ]; 21 - platform = platforms.linux; 21 + platforms = platforms.linux; 22 22 }; 23 23 24 24 }
+1 -1
pkgs/tools/filesystems/nixpart/0.4/dmraid.nix
··· 14 14 15 15 meta = { 16 16 description = "Old-style RAID configuration utility"; 17 - longDescritipn = '' 17 + longDescription = '' 18 18 Old RAID configuration utility (still under development, though). 19 19 It is fully compatible with modern kernels and mdadm recognizes 20 20 its volumes. May be needed for rescuing an older system or nuking
+1 -1
pkgs/tools/filesystems/nixpart/0.4/lvm2.nix
··· 53 53 54 54 meta = { 55 55 homepage = http://sourceware.org/lvm2/; 56 - descriptions = "Tools to support Logical Volume Management (LVM) on Linux"; 56 + description = "Tools to support Logical Volume Management (LVM) on Linux"; 57 57 platforms = stdenv.lib.platforms.linux; 58 58 }; 59 59 }
+1 -1
pkgs/tools/graphics/svgcleaner/default.nix
··· 20 20 homepage = "https://github.com/RazrFalcon/svgcleaner"; 21 21 license = licenses.gpl2; 22 22 platforms = platforms.all; 23 - maintainer = [ maintainers.mehandes ]; 23 + maintainers = [ maintainers.mehandes ]; 24 24 }; 25 25 }
+1 -1
pkgs/tools/inputmethods/interception-tools/default.nix
··· 27 27 description = "A minimal composable infrastructure on top of libudev and libevdev"; 28 28 homepage = "https://gitlab.com/interception/linux/tools"; 29 29 license = stdenv.lib.licenses.gpl3; 30 - maintainers = stdenv.lib.maintainers.vyp; 30 + maintainers = [ stdenv.lib.maintainers.vyp ]; 31 31 platforms = stdenv.lib.platforms.linux; 32 32 }; 33 33 }
+1 -1
pkgs/tools/inputmethods/keyfuzz/default.nix
··· 6 6 7 7 meta = with stdenv.lib; { 8 8 description = "Manipulate the scancode/keycode translation tables of keyboard drivers."; 9 - homepace = http://0pointer.de/lennart/projects/keyfuzz/; 9 + homepage = http://0pointer.de/lennart/projects/keyfuzz/; 10 10 license = licenses.gpl2Plus; 11 11 platforms = platforms.linux; 12 12 maintainers = with maintainers; [ mboes ];
+1 -1
pkgs/tools/misc/ddcutil/default.nix
··· 22 22 homepage = http://www.ddcutil.com/; 23 23 description = "Query and change Linux monitor settings using DDC/CI and USB"; 24 24 license = licenses.gpl2; 25 - maintainer = with maintainers; [ rnhmjoj ]; 25 + maintainers = with maintainers; [ rnhmjoj ]; 26 26 }; 27 27 } 28 28
+1 -1
pkgs/tools/misc/exa/default.nix
··· 33 33 ''; 34 34 homepage = https://the.exa.website; 35 35 license = licenses.mit; 36 - maintainer = [ maintainers.ehegnes ]; 36 + maintainers = [ maintainers.ehegnes ]; 37 37 }; 38 38 }
+1 -1
pkgs/tools/misc/geteltorito/default.nix
··· 41 41 meta = with stdenv.lib; { 42 42 description = "Extract the initial/default boot image from a CD image if existent"; 43 43 homepage = https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/; 44 - maintainer = [ maintainers.profpatsch ]; 44 + maintainers = [ maintainers.profpatsch ]; 45 45 license = licenses.gpl2; 46 46 }; 47 47
+1 -1
pkgs/tools/misc/gosu/default.nix
··· 18 18 meta = { 19 19 description= "Tool that avoids TTY and signal-forwarding behavior of sudo and su"; 20 20 homepage = "https://github.com/tianon/gosu"; 21 - licence = stdenv.lib.licenses.gpl3; 21 + license = stdenv.lib.licenses.gpl3; 22 22 platforms = stdenv.lib.platforms.linux; 23 23 }; 24 24 }
+1 -1
pkgs/tools/misc/homesick/default.nix
··· 12 12 13 13 meta = with lib; { 14 14 description = "Your home directory is your castle. Don't leave your dotfiles behind"; 15 - long_description = 15 + longDescription = 16 16 '' 17 17 Homesick is sorta like rip, but for dotfiles. It uses git to clone a repository containing 18 18 dotfiles, and saves them in ~/.homesick. It then allows you to symlink all the dotfiles into
+1 -1
pkgs/tools/misc/hostsblock/default.nix
··· 64 64 65 65 meta = with lib; { 66 66 description = "An ad- and malware-blocking script for Linux"; 67 - website = http://gaenserich.github.io/hostsblock/; 67 + homepage = http://gaenserich.github.io/hostsblock/; 68 68 license = licenses.gpl3; 69 69 maintainers = [ maintainers.nicknovitski ]; 70 70 platforms = platforms.unix;
+1 -1
pkgs/tools/misc/routino/default.nix
··· 21 21 homepage = http://www.routino.org/; 22 22 description = "OpenStreetMap Routing Software"; 23 23 license = licenses.agpl3; 24 - maintainter = with maintainers; [ dotlambda ]; 24 + maintainers = with maintainers; [ dotlambda ]; 25 25 platforms = with platforms; linux; 26 26 }; 27 27 }
+1 -1
pkgs/tools/misc/xdxf2slob/default.nix
··· 16 16 description = "Tool to convert XDXF dictionary files to slob format"; 17 17 homepage = https://github.com/itkach/xdxf2slob/; 18 18 license = licenses.gpl3; 19 - maintainer = [ maintainers.rycee ]; 19 + maintainers = [ maintainers.rycee ]; 20 20 platforms = platforms.all; 21 21 }; 22 22 }
+2 -1
pkgs/tools/networking/burpsuite/default.nix
··· 19 19 chmod +x $out/bin/burpsuite 20 20 ''; 21 21 22 + preferLocalBuild = true; 23 + 22 24 meta = { 23 25 description = "An integrated platform for performing security testing of web applications"; 24 26 longDescription = '' ··· 30 32 homepage = https://portswigger.net/burp/; 31 33 downloadPage = "https://portswigger.net/burp/freedownload"; 32 34 license = [ stdenv.lib.licenses.unfree ]; 33 - preferLocalBuild = true; 34 35 platforms = jre.meta.platforms; 35 36 hydraPlatforms = []; 36 37 maintainers = [ stdenv.lib.maintainers.bennofs ];
+1 -1
pkgs/tools/networking/ocproxy/default.nix
··· 21 21 22 22 meta = with stdenv.lib; { 23 23 description = "OpenConnect proxy"; 24 - longdescription = '' 24 + longDescription = '' 25 25 ocproxy is a user-level SOCKS and port forwarding proxy for OpenConnect 26 26 based on lwIP. 27 27 '';
+1 -1
pkgs/tools/networking/pixiewps/default.nix
··· 20 20 description = "An offline WPS bruteforce utility"; 21 21 homepage = https://github.com/wiire/pixiewps; 22 22 license = stdenv.lib.licenses.gpl3; 23 - maintainer = stdenv.lib.maintainers.nico202; 23 + maintainers = [ stdenv.lib.maintainers.nico202 ]; 24 24 platforms = stdenv.lib.platforms.linux; 25 25 }; 26 26 }
+1 -1
pkgs/tools/networking/ua/default.nix
··· 24 24 meta = { 25 25 homepage = https://github.com/sloonz/ua; 26 26 license = stdenv.lib.licenses.isc; 27 - shortDescription = "Universal Aggregator"; 27 + description = "Universal Aggregator"; 28 28 platforms = stdenv.lib.platforms.linux; 29 29 maintainers = with stdenv.lib.maintainers; [ ttuegel ]; 30 30 };
+1 -1
pkgs/tools/security/haka/default.nix
··· 28 28 description = "A collection of tools that allows capturing TCP/IP packets and filtering them based on Lua policy files"; 29 29 homepage = http://www.haka-security.org/; 30 30 license = stdenv.lib.licenses.mpl20; 31 - maintaineres = [ stdenv.lib.maintainers.tvestelind ]; 31 + maintainers = [ stdenv.lib.maintainers.tvestelind ]; 32 32 platforms = stdenv.lib.platforms.linux; 33 33 }; 34 34 }
+1 -1
pkgs/tools/system/s-tui/default.nix
··· 17 17 18 18 meta = with stdenv.lib; { 19 19 homepage = https://amanusk.github.io/s-tui/; 20 - descrption = "Stress-Terminal UI monitoring tool"; 20 + description = "Stress-Terminal UI monitoring tool"; 21 21 license = licenses.gpl2; 22 22 maintainers = with maintainers; [ infinisil ]; 23 23 };
+1 -1
pkgs/tools/text/ansifilter/default.nix
··· 23 23 ''; 24 24 25 25 license = licenses.gpl1; 26 - maintainers = maintainers.Adjective-Object; 26 + maintainers = [ maintainers.Adjective-Object ]; 27 27 platforms = platforms.linux; 28 28 }; 29 29 }
+1 -1
pkgs/tools/text/odt2txt/default.nix
··· 18 18 description = "Simple .odt to .txt converter"; 19 19 homepage = http://stosberg.net/odt2txt; 20 20 platforms = stdenv.lib.platforms.all; 21 - lincense = stdenv.lib.licenses.gpl2; 21 + license = stdenv.lib.licenses.gpl2; 22 22 maintainers = [ ]; 23 23 }; 24 24 }
+2 -2
pkgs/top-level/python-packages.nix
··· 1108 1108 buildInputs = [ pkgs.lzma ]; 1109 1109 1110 1110 meta = { 1111 - describe = "Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files"; 1111 + description = "Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files"; 1112 1112 homepage = https://github.com/peterjc/backports.lzma; 1113 1113 license = licenses.bsd3; 1114 1114 }; ··· 18309 18309 meta = { 18310 18310 description = "Library to implement a well-behaved Unix daemon process"; 18311 18311 homepage = https://alioth.debian.org/projects/python-daemon/; 18312 - licenses = [ licenses.gpl3Plus licenses.asl20 ]; 18312 + license = [ licenses.gpl3Plus licenses.asl20 ]; 18313 18313 }; 18314 18314 }; 18315 18315