pkgs: refactor needless quoting of homepage meta attribute (#27809)

* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
This commit is contained in:
Silvan Mosberger
2017-08-01 22:03:30 +02:00
committed by Frederik Rietdijk
parent 3b06b8edb7
commit f5fa5fa4d6
1394 changed files with 1449 additions and 1451 deletions

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = {
inherit version;
homepage = "http://www.nongnu.org/autocutsel/";
homepage = http://www.nongnu.org/autocutsel/;
description = "Tracks changes in the server's cutbuffer and CLIPBOARD selection";
license = stdenv.lib.licenses.gpl2Plus;
platforms = with stdenv.lib.platforms; all;

View File

@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Simple drag-and-drop source/sink for X";
homepage = "https://github.com/mwh/dragon";
homepage = https://github.com/mwh/dragon;
maintainers = with maintainers; [ jb55 ];
license = licenses.gpl3;
platforms = with platforms; unix;

View File

@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = {
description = "GUI configuration tool for openbox";
homepage = "http://openbox.org/wiki/ObConf";
homepage = http://openbox.org/wiki/ObConf;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.lhvwb ];
platforms = stdenv.lib.platforms.linux;

View File

@@ -28,7 +28,7 @@ pythonPackages.buildPythonApplication rec {
meta = {
description = "Openbox logout script";
homepage = "https://launchpad.net/oblogout";
homepage = https://launchpad.net/oblogout;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.romildo ];

View File

@@ -44,7 +44,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Low-overhead client-side GPU offloading";
homepage = "https://github.com/amonakov/primus";
homepage = https://github.com/amonakov/primus;
platforms = platforms.linux;
license = licenses.bsd2;
maintainers = with maintainers; [ abbradar ];

View File

@@ -28,7 +28,7 @@ stdenv.mkDerivation {
license = stdenv.lib.licenses.free ; # 9menu derivative with 9menu license
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
homepage = "http://www.update.uu.se/~zrajm/programs/";
homepage = http://www.update.uu.se/~zrajm/programs/;
downloadPage = "http://www.update.uu.se/~zrajm/programs/ratmen/";
updateWalker = true;
};

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "execgamesdir=$(out)/bin" ];
meta = {
homepage = "http://darcs.nomeata.de/cgi-bin/darcsweb.cgi?r=screen-message.debian";
homepage = http://darcs.nomeata.de/cgi-bin/darcsweb.cgi?r=screen-message.debian;
description = "Displays a short text fullscreen in an X11 window";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.fpletz ];

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://tools.suckless.org/sselp";
homepage = http://tools.suckless.org/sselp;
description = "Prints the X selection to stdout, useful in scripts";
license = stdenv.lib.licenses.mit;
maintainers = [stdenv.lib.maintainers.magnetophon ];

View File

@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "http://www.virtualgl.org/";
homepage = http://www.virtualgl.org/;
description = "X11 GL rendering in a remote computer with full 3D hw acceleration";
license = licenses.free; # many parts under different free licenses
platforms = platforms.linux;

View File

@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
homepage = "https://github.com/mikemb/wayV";
homepage = https://github.com/mikemb/wayV;
};
}

View File

@@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus ;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
homepage = "https://bitbucket.org/blais/xannotate";
homepage = https://bitbucket.org/blais/xannotate;
};
}

View File

@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
is to generate the Escape key when Left Control is pressed and
released on its own.
'';
homepage = "https://github.com/alols/xcape";
homepage = https://github.com/alols/xcape;
license = stdenv.lib.licenses.gpl3 ;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.raskin ];

View File

@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libX11 ];
meta = {
homepage = "http://henning-bekel.de/xchainkeys/";
homepage = http://henning-bekel.de/xchainkeys/;
description = "A standalone X11 program to create chained key bindings";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;

View File

@@ -28,7 +28,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = "http://www.analog.cx/";
homepage = http://www.analog.cx/;
license = stdenv.lib.licenses.gpl2;
description = "Powerful tool to generate web server statistics";
maintainers = [ stdenv.lib.maintainers.peti ];

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Unprivileged sandboxing tool";
homepage = "https://github.com/projectatomic/bubblewrap";
homepage = https://github.com/projectatomic/bubblewrap;
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ konimex ];
};

View File

@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
version = version;
# This package contains vendored dependencies. All have free licenses.
license = licenses.free;
homepage = "https://cloud.google.com/sdk/";
homepage = https://cloud.google.com/sdk/;
maintainers = with maintainers; [stephenmw zimbatm];
platforms = with platforms; linux ++ darwin;
};

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "NX compression proxy";
homepage = "http://wiki.x2go.org/doku.php/wiki:libs:nx-libs";
homepage = http://wiki.x2go.org/doku.php/wiki:libs:nx-libs;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];

View File

@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://simple-evcorr.sourceforge.net/";
homepage = http://simple-evcorr.sourceforge.net/;
license = stdenv.lib.licenses.gpl2;
description = "Simple Event Correlator";
maintainers = [ stdenv.lib.maintainers.tv ];

View File

@@ -17,7 +17,7 @@ pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = with pythonPackages; [ acme setuptools_scm ];
meta = with stdenv.lib; {
homepage = "https://github.com/zenhack/simp_le";
homepage = https://github.com/zenhack/simp_le;
description = "Simple Let's Encrypt client";
license = licenses.gpl3;
maintainers = with maintainers; [ gebner nckx ];

View File

@@ -62,7 +62,7 @@ stdenv.mkDerivation {
meta = {
license = stdenv.lib.licenses.gpl2Plus;
homepage = "http://vnc-tight.sourceforge.net/";
homepage = http://vnc-tight.sourceforge.net/;
description = "Improved version of VNC";
longDescription = ''

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A tool to unpack installers created by Inno Setup";
homepage = "http://constexpr.org/innoextract/";
homepage = http://constexpr.org/innoextract/;
platforms = platforms.linux;
license = licenses.zlib;
maintainers = with maintainers; [ abbradar ];

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Tool and library to extract CAB files from InstallShield installers";
homepage = "https://github.com/twogood/unshield";
homepage = https://github.com/twogood/unshield;
license = licenses.mit;
platforms = platforms.linux;
};

View File

@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
}) ];
meta = with stdenv.lib; {
homepage = "http://acoustid.org/fingerprinter";
homepage = http://acoustid.org/fingerprinter;
description = "Audio fingerprinting tool using chromaprint";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with maintainers; [ ehmry ];

View File

@@ -19,7 +19,7 @@ pythonPackages.buildPythonApplication rec {
meta = {
description = "Beets plugin to manage external files";
homepage = "https://github.com/geigerzaehler/beets-alternatives";
homepage = https://github.com/geigerzaehler/beets-alternatives;
license = stdenv.lib.licenses.mit;
};
}

View File

@@ -18,7 +18,7 @@ pythonPackages.buildPythonApplication rec {
meta = {
description = "Beets plugin to move non-music files during the import process";
homepage = "https://github.com/sbarakat/beets-copyartifacts";
homepage = https://github.com/sbarakat/beets-copyartifacts;
license = stdenv.lib.licenses.mit;
};
}

View File

@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "PulseAudio system tray";
homepage = "https://github.com/christophgysin/pasystray";
homepage = https://github.com/christophgysin/pasystray;
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ exlevan kamilchm ];
platforms = platforms.linux;

View File

@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "https://github.com/bup/bup";
homepage = https://github.com/bup/bup;
description = "Efficient file backup system based on the git packfile format";
license = licenses.gpl2Plus;

View File

@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Space-efficient incremental backups of large files or block devices";
homepage = "http://chunksync.florz.de/";
homepage = http://chunksync.florz.de/;
license = stdenv.lib.licenses.gpl2;
platforms = with stdenv.lib.platforms; linux;
};

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib openssl ] ++ stdenv.lib.optional stdenv.isDarwin libiconv;
meta = {
homepage = "http://www.httrack.com";
homepage = http://www.httrack.com;
description = "Easy-to-use offline browser utility";
license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ the-kenny ];

View File

@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
meta = with stdenv.lib; {
description = "A full-featured file system for online data storage";
homepage = "https://bitbucket.org/nikratio/s3ql";
homepage = https://bitbucket.org/nikratio/s3ql;
license = licenses.gpl3;
maintainers = with maintainers; [ rushmorem ];
platforms = platforms.linux;

View File

@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake protobufc ];
meta = {
description = "A versatile deduplicating backup tool";
homepage = "http://zbackup.org/";
homepage = http://zbackup.org/;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2Plus;
};

View File

@@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "https://github.com/blueman-project/blueman";
homepage = https://github.com/blueman-project/blueman;
description = "GTK+-based Bluetooth Manager";
license = licenses.gpl3;
platforms = platforms.linux;

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkgconfig ];
meta = {
homepage = "http://sourceforge.net/projects/lsdvd/";
homepage = http://sourceforge.net/projects/lsdvd/;
shortDescription = "Display information about audio, video, and subtitle tracks on a DVD";
platforms = stdenv.lib.platforms.linux;
};

View File

@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
stdenv.lib.optionals linkStatic [ "--enable-static" "--disable-shared" ];
meta = {
homepage = "http://www.bzip.org";
homepage = http://www.bzip.org;
description = "High-quality data compression program";
platforms = stdenv.lib.platforms.all;

View File

@@ -26,7 +26,7 @@ in pythonPackages.buildPythonApplication rec {
meta = with stdenv.lib; {
description = "Do The Right Extraction: A tool for taking the hassle out of extracting archives";
homepage = "http://brettcsmith.org/2007/dtrx/";
homepage = http://brettcsmith.org/2007/dtrx/;
license = licenses.gpl3Plus;
maintainers = [ maintainers.spwhitt ];
platforms = platforms.all;

View File

@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
homepage = "http://lbzip2.org/";
homepage = http://lbzip2.org/;
description = "Parallel bzip2 compression utility";
license = licenses.gpl3;
maintainers = with maintainers; [ abbradar ];

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
homepage = "http://www.nongnu.org/lzip/lzip.html";
homepage = http://www.nongnu.org/lzip/lzip.html;
description = "A lossless data compressor based on the LZMA algorithm";
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.unix;

View File

@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.bsd2;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
homepage = "https://gist.githubusercontent.com/Tblue/62ff47bef7f894e92ed5";
homepage = https://gist.githubusercontent.com/Tblue/62ff47bef7f894e92ed5;
};
}

View File

@@ -25,7 +25,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = "http://www.zlib.net/pigz/";
homepage = http://www.zlib.net/pigz/;
description = "A parallel implementation of gzip for multi-core machines";
platforms = stdenv.lib.platforms.unix;
};

View File

@@ -31,7 +31,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = "https://jnovy.fedorapeople.org/pxz/";
homepage = https://jnovy.fedorapeople.org/pxz/;
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [pashev];
description = ''Parallel XZ is a compression utility that takes advantage of

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Tool for managing bcachefs filesystems";
homepage = "http://bcachefs.org/";
homepage = http://bcachefs.org/;
license = licenses.gpl2;
maintainers = with maintainers; [ davidak ];
platforms = platforms.linux;

View File

@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
homepage = "http://www.coker.com.au/bonnie++/";
homepage = http://www.coker.com.au/bonnie++/;
description = "Hard drive and file system benchmark suite";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;

View File

@@ -17,7 +17,7 @@ buildRustPackage rec {
buildInputs = [ lzo zlib ];
meta = with stdenv.lib; {
homepage = "https://gitlab.wellbehavedsoftware.com/well-behaved-software/btrfs-dedupe";
homepage = https://gitlab.wellbehavedsoftware.com/well-behaved-software/btrfs-dedupe;
description = "BTRFS deduplication utility";
license = licenses.mit;
platforms = [ "x86_64-linux" ];

View File

@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = {
description = "FUSE filesystems for viewing chunksync-style directory trees as a block device and vice versa";
homepage = "http://chunkfs.florz.de/";
homepage = http://chunkfs.florz.de/;
license = stdenv.lib.licenses.gpl2;
platforms = with stdenv.lib.platforms; linux;
};

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
makeFlags = ["sbindir=$(out)/sbin" "ssbindir=$(out)/sbin"];
meta = {
homepage = "http://savannah.nongnu.org/projects/davfs2";
homepage = http://savannah.nongnu.org/projects/davfs2;
description = "Mount WebDAV shares like a typical filesystem";
license = stdenv.lib.licenses.gpl3Plus;

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libselinux libuuid ];
meta = with stdenv.lib; {
homepage = "http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/";
homepage = http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/;
description = "Userland tools for the f2fs filesystem";
license = licenses.gpl2;
platforms = platforms.linux;

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = "http://romfs.sourceforge.net/";
homepage = http://romfs.sourceforge.net/;
description = "Tool for creating romfs file system images";
license = licenses.gpl2;
maintainers = with maintainers; [ pxc ];

View File

@@ -42,7 +42,7 @@ buildPythonApplication rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = "https://fedoraproject.org/wiki/Blivet";
homepage = https://fedoraproject.org/wiki/Blivet;
description = "Module for management of a system's storage configuration";
license = with licenses; [ gpl2Plus lgpl21Plus ];
platforms = platforms.linux;

View File

@@ -24,7 +24,7 @@ buildPythonApplication rec {
'';
meta = {
homepage = "http://fedoraproject.org/wiki/Pykickstart";
homepage = http://fedoraproject.org/wiki/Pykickstart;
description = "Read and write Fedora kickstart files";
license = stdenv.lib.licenses.gpl2Plus;
};

View File

@@ -34,7 +34,7 @@ buildPythonApplication rec {
'';
meta = {
homepage = "https://fedorahosted.org/pyparted/";
homepage = https://fedorahosted.org/pyparted/;
description = "Python interface for libparted";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;

View File

@@ -9,7 +9,7 @@ stdenv.mkDerivation rec
};
buildInputs = [fuse glib neon pkgconfig];
meta = {
homepage = "http://noedler.de/projekte/wdfs/";
homepage = http://noedler.de/projekte/wdfs/;
description = "User-space filesystem that allows to mount a webdav share";
platforms = stdenv.lib.platforms.linux;
};

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "https://ece.uwaterloo.ca/~aplevich/dpic/";
homepage = https://ece.uwaterloo.ca/~aplevich/dpic/;
description = "An implementation of the pic little language for creating drawings";
license = stdenv.lib.licenses.bsd2;
maintainers = [ stdenv.lib.maintainers.aespinosa ];

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
meta = {
homepage = "http://cgit.freedesktop.org/xorg/app/editres/";
homepage = http://cgit.freedesktop.org/xorg/app/editres/;
description = "A dynamic resource editor for X Toolkit applications";
platforms = stdenv.lib.platforms.linux;

View File

@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://www.graphviz.org/";
homepage = http://www.graphviz.org/;
description = "Open source graph visualization software";
longDescription = ''

View File

@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://www.graphviz.org/";
homepage = http://www.graphviz.org/;
description = "Open source graph visualization software";
longDescription = ''

View File

@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A tool for easy screencapping and uploading to imgur";
homepage = "https://https://github.com/jomo/imgur-screenshot/";
homepage = https://https://github.com/jomo/imgur-screenshot/;
platforms = platforms.linux;
license = licenses.mit;
maintainers = with maintainers; [ lw ];

View File

@@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];
homepage = "https://github.com/ram-on/imgurbash2";
homepage = https://github.com/ram-on/imgurbash2;
};
}

View File

@@ -43,7 +43,7 @@ stdenv.mkDerivation {
meta = {
description = "Little CMS ICC profile construction set";
homepage = "http://sourceforge.net/projects/lprof";
homepage = http://sourceforge.net/projects/lprof;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
};

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
patches = [ ./threads.patch ./pfstools.patch ];
meta = with stdenv.lib; {
homepage = "http://pfstools.sourceforge.net/";
homepage = http://pfstools.sourceforge.net/;
description = "Toolkit for manipulation of HDR images";
platforms = platforms.linux;
license = licenses.lgpl2;

View File

@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.asl20;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
homepage = "https://github.com/zxing/zxing";
homepage = https://github.com/zxing/zxing;
};
}

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "https://code.google.com/p/touchegg/";
homepage = https://code.google.com/p/touchegg/;
description = "Macro binding for touch surfaces";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Online hand recognition system with machine learning";
homepage = "http://taku910.github.io/zinnia/";
homepage = http://taku910.github.io/zinnia/;
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = [ maintainers.gebner ];

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
configureScript = "./autogen.sh";
meta = with stdenv.lib; {
homepage = "http://people.freedesktop.org/~hughsient/appdata";
homepage = http://people.freedesktop.org/~hughsient/appdata;
description = "CLI designed to validate AppData descriptions for standards compliance and to the style guide";
platforms = platforms.linux;
license = licenses.gpl2;

View File

@@ -44,7 +44,7 @@ in
};
meta = {
homepage = "http://github.com/phillipberndt/autorandr/";
homepage = http://github.com/phillipberndt/autorandr/;
description = "Auto-detect the connect display hardware and load the appropiate X11 setup using xrandr";
license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.coroa ];

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Bibliography format interconversion";
longDescription = "The bibutils program set interconverts between various bibliography formats using a common MODS-format XML intermediate. For example, one can convert RIS-format files to Bibtex by doing two transformations: RIS->MODS->Bibtex. By using a common intermediate for N formats, only 2N programs are required and not N²-N. These programs operate on the command line and are styled after standard UNIX-like filters.";
homepage = "http://sourceforge.net/p/bibutils/home/Bibutils/";
homepage = http://sourceforge.net/p/bibutils/home/Bibutils/;
license = licenses.gpl2;
maintainers = [ maintainers.garrison ];
platforms = platforms.linux;

View File

@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.bsd2;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.unix;
homepage = "https://github.com/soveran/clac";
homepage = https://github.com/soveran/clac;
};
}

View File

@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
homepage = "https://projects.kde.org/projects/playground/graphics/colord-kde";
homepage = https://projects.kde.org/projects/playground/graphics/colord-kde;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ttuegel ];
};

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
installFlags = "PREFIX=$(out)";
meta = with stdenv.lib; {
homepage = "http://limitcpu.sourceforge.net/";
homepage = http://limitcpu.sourceforge.net/;
description = "A tool to throttle the CPU usage of programs";
platforms = with platforms; linux ++ freebsd;
license = licenses.gpl2;

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "Simple utility for enumerating D-Bus endpoints, an nmap for D-Bus";
homepage = "https://github.com/taviso/dbusmap";
homepage = https://github.com/taviso/dbusmap;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];

View File

@@ -34,7 +34,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "A program used to control monitor parameters by software";
homepage = "http://ddccontrol.sourceforge.net/";
homepage = http://ddccontrol.sourceforge.net/;
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ stdenv.lib.maintainers.pakhfn ];

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
meta = with stdenv.lib; {
homepage = "http://mdocml.bsd.lv/";
homepage = http://mdocml.bsd.lv/;
description = "converter from DocBook V4.x and v5.x XML into mdoc";
license = licenses.isc;
platforms = platforms.all;

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://www.i0i0.de/toolchest/emv";
homepage = http://www.i0i0.de/toolchest/emv;
description = "Editor Move: Rename files with your favourite text editor";
license = stdenv.lib.licenses.publicDomain;
platforms = stdenv.lib.platforms.unix;

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pkgconfig ];
meta = {
homepage = "http://www.w3.org/Tools/eot-utils/";
homepage = http://www.w3.org/Tools/eot-utils/;
description = "Create Embedded Open Type from OpenType or TrueType font";
license = stdenv.lib.licenses.w3c;
maintainers = with stdenv.lib.maintainers; [ leenaars ];

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "http://darwinsys.com/file";
homepage = http://darwinsys.com/file;
description = "A program that shows the type of files";
license = licenses.bsd2;
platforms = platforms.all;

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
homepage = "http://www.nongnu.org/fileschanged/";
homepage = http://www.nongnu.org/fileschanged/;
description = "A command-line utility that reports when files have been altered";
license = stdenv.lib.licenses.gpl3Plus;

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
preConfigure = "export PREFIX=$out";
meta = {
homepage = "http://www.flashrom.org";
homepage = http://www.flashrom.org;
description = "Utility for reading, writing, erasing and verifying flash ROM chips";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.funfunctor ];

View File

@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Extract the initial/default boot image from a CD image if existent";
homepage = "https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/";
homepage = https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/;
maintainer = [ maintainers.profpatsch ];
license = licenses.gpl2;
};

View File

@@ -31,7 +31,7 @@ in {
sha256 = "0wvdf2rnjrhdw1vp7bc7008s45rggzq57lh8k6s3q35rppligaqd";
};
meta = {
homepage = "https://github.com/Graylog2/graylog-plugin-auth-sso";
homepage = https://github.com/Graylog2/graylog-plugin-auth-sso;
description = "SSO support for Graylog through trusted HTTP headers set by load balancers or authentication proxies";
};
};
@@ -44,7 +44,7 @@ in {
sha256 = "1abl7wwr59k9vvr2fmrlrx4ipsjjl8xryqy19fy5irxhpwp93ixl";
};
meta = {
homepage = "https://github.com/graylog-labs/graylog-plugin-internal-logs";
homepage = https://github.com/graylog-labs/graylog-plugin-internal-logs;
description = "Graylog plugin to record internal logs of Graylog efficiently instead of sending them over the network";
};
};
@@ -57,7 +57,7 @@ in {
sha256 = "0hd66751hp97ddkn29s1cmjmc2h1nrp431bq7d2wq16iyxxlygri";
};
meta = {
homepage = "https://github.com/Graylog2/graylog-plugin-ipanonymizer";
homepage = https://github.com/Graylog2/graylog-plugin-ipanonymizer;
description = "A graylog-server plugin that replaces the last octet of IP addresses in messages with xxx";
};
};
@@ -70,7 +70,7 @@ in {
sha256 = "1r12hpjp2ggmhsapgrk829va94aw44qi2kqqkgf1fj9ih4k0c837";
};
meta = {
homepage = "https://github.com/Graylog2/graylog-plugin-jabber";
homepage = https://github.com/Graylog2/graylog-plugin-jabber;
description = "Jabber Alarmcallback Plugin for Graylog";
};
};
@@ -83,7 +83,7 @@ in {
sha256 = "1hadxyawdz234lal3dq5cy3zppl7ixxviw96iallyav83xyi23i8";
};
meta = {
homepage = "https://github.com/graylog-labs/graylog-plugin-mongodb-profiler";
homepage = https://github.com/graylog-labs/graylog-plugin-mongodb-profiler;
description = "Graylog input plugin that reads MongoDB profiler data";
};
};
@@ -96,7 +96,7 @@ in {
sha256 = "1pdv12f9dca1rxf62ds51n79cjhkkyj0gjny8kj1cq64vlayc9x9";
};
meta = {
homepage = "https://github.com/Graylog2/graylog-plugin-netflow";
homepage = https://github.com/Graylog2/graylog-plugin-netflow;
description = "Graylog NetFlow plugin";
};
};
@@ -109,7 +109,7 @@ in {
sha256 = "0hwz83m9gwx0fdapc63v3lr1q6acbphssqwp4qqzz78wg2w79xgi";
};
meta = {
homepage = "https://github.com/Graylog2/graylog-plugin-redis";
homepage = https://github.com/Graylog2/graylog-plugin-redis;
description = "Redis plugin for Graylog";
};
};
@@ -122,7 +122,7 @@ in {
sha256 = "1mwqy3fhyy4zdwyrzvbr565xwf96xs9d3l70l0khmrm848xf8wz4";
};
meta = {
homepage = "https://github.com/Graylog2/graylog-plugin-spaceweather";
homepage = https://github.com/Graylog2/graylog-plugin-spaceweather;
description = "Correlate proton density to the response time of your app and the ion temperature to your exception rate.";
};
};
@@ -135,7 +135,7 @@ in {
sha256 = "0clg0vy8aipw122rfqww1lnjriazlnnh77pqiy5vnmv6ycjw0y4i";
};
meta = {
homepage = "https://github.com/Graylog2/graylog-plugin-threatintel";
homepage = https://github.com/Graylog2/graylog-plugin-threatintel;
description = "Graylog Processing Pipeline functions to enrich log messages with IoC information from threat intelligence databases";
};
};
@@ -148,7 +148,7 @@ in {
sha256 = "1pi34swy9nzq35a823zzvqrjhb6wsg302z31vk2y656sw6ljjxyh";
};
meta = {
homepage = "https://github.com/Graylog2/graylog-plugin-twitter";
homepage = https://github.com/Graylog2/graylog-plugin-twitter;
description = "Graylog input plugin that reads Twitter messages based on keywords in realtime";
};
};

View File

@@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {
dontPatchELF = true;
meta = with stdenv.lib; {
homepage = "http://grub4dos.chenall.net/";
homepage = http://grub4dos.chenall.net/;
description = "GRUB for DOS is the dos extension of GRUB";
maintainers = with maintainers; [ abbradar ];
platforms = platforms.linux;

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with stdenv.lib; {
homepage = "https://hebcal.github.io";
homepage = https://hebcal.github.io;
description = "A perpetual Jewish Calendar";
longDescription = "Hebcal is a program which prints out the days in the Jewish calendar for a given Gregorian year. Hebcal is fairly flexible in terms of which events in the Jewish calendar it displays.";
license = licenses.gpl2;

View File

@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Keychain management tool";
homepage = "http://www.funtoo.org/Keychain";
homepage = http://www.funtoo.org/Keychain;
license = stdenv.lib.licenses.gpl2;
# other platforms are untested (AFAIK)
platforms =

View File

@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
commands.
'';
homepage = "https://www.ctan.org/pkg/latex2html";
homepage = https://www.ctan.org/pkg/latex2html;
license = licenses.gpl2;
platforms = with platforms; linux ++ darwin;

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation {
buildInputs = [ perl ] ++ stdenv.lib.optional (!stdenv.isDarwin) finger_bsd;
meta = {
homepage = "http://www.spinnaker.de/lbdb/";
homepage = http://www.spinnaker.de/lbdb/;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all;
description = "The Little Brother's Database";

View File

@@ -22,7 +22,7 @@ buildGoPackage rec {
the missing features are deliberately omitted since it is better if they
are handled by external tools.
'';
homepage = "https://godoc.org/github.com/gokcehan/lf";
homepage = https://godoc.org/github.com/gokcehan/lf;
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];

View File

@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = "https://github.com/tstack/lnav";
homepage = https://github.com/tstack/lnav;
description = "The Logfile Navigator";
longDescription = ''
The log file navigator, lnav, is an enhanced log file viewer that takes

View File

@@ -22,7 +22,7 @@ stdenv_32bit.mkDerivation rec {
'';
meta = with stdenv_32bit.lib; {
homepage = "https://github.com/taviso/loadlibrary";
homepage = https://github.com/taviso/loadlibrary;
description = "Porting Windows Dynamic Link Libraries to Linux";
platforms = platforms.linux;
maintainers = [ maintainers.eleanor ];

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Tool for working with Logitech Unifying receivers and devices";
homepage = "https://lekensteyn.nl/logitech-unifying.html";
homepage = https://lekensteyn.nl/logitech-unifying.html;
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = [ maintainers.abbradar ];

View File

@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Create bootable USB disks using the FAT filesystem and syslinux";
homepage = "http://advancemame.sourceforge.net/boot-readme.html";
homepage = http://advancemame.sourceforge.net/boot-readme.html;
license = licenses.gpl2;
maintainers = [ maintainers.ehmry ];
platforms = platforms.linux;

View File

@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with stdenv.lib; {
homepage = "http://man-db.nongnu.org";
homepage = http://man-db.nongnu.org;
description = "An implementation of the standard Unix documentation system accessed using the man command";
license = licenses.gpl2;
platforms = platforms.linux;

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = "http://mdocml.bsd.lv/";
homepage = http://mdocml.bsd.lv/;
description = "suite of tools compiling mdoc and man";
license = licenses.bsd3;
platforms = platforms.all;

View File

@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://linux.maruhn.com/sec/mmv.html";
homepage = http://linux.maruhn.com/sec/mmv.html;
description = "Utility for wildcard renaming, copying, etc";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;

View File

@@ -53,7 +53,7 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
homepage = "http://pipelight.net/";
homepage = http://pipelight.net/;
license = with stdenv.lib.licenses; [ mpl11 gpl2 lgpl21 ];
description = "A wrapper for using Windows plugins in Linux browsers";
maintainers = with stdenv.lib.maintainers; [ skeidel ];

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = "http://mdocml.bsd.lv/";
homepage = http://mdocml.bsd.lv/;
description = "converter from POD into mdoc";
license = licenses.isc;
platforms = platforms.all;

View File

@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
Atmel SAM-BA software provides an open set of tools for programming the
Atmel SAM3, SAM7 and SAM9 ARM-based microcontrollers.
'';
homepage = "http://www.at91.com/linux4sam/bin/view/Linux4SAM/SoftwareTools";
homepage = http://www.at91.com/linux4sam/bin/view/Linux4SAM/SoftwareTools;
# License in <source>/doc/readme.txt
license = "BSD-like (partly binary-only)"; # according to Buildroot
platforms = [ "x86_64-linux" ]; # patchelf fails on i686-linux

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
./autogen.sh
'';
meta = with stdenv.lib; {
homepage = "https://github.com/scanmem/scanmem";
homepage = https://github.com/scanmem/scanmem;
description = "Memory scanner for finding and poking addresses in executing processes";
maintainers = [ maintainers.chattered ];
platforms = platforms.linux;

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig docbook_xsl ];
meta = with stdenv.lib; {
homepage = "https://github.com/Grumbel/sdl-jstest";
homepage = https://github.com/Grumbel/sdl-jstest;
description = "Simple SDL joystick test application for the console";
license = licenses.gpl3;
platforms = platforms.linux;

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" ];
meta = with stdenv.lib; {
homepage = "http://mdocml.bsd.lv/";
homepage = http://mdocml.bsd.lv/;
description = "converter from Texinfo into mdoc";
license = licenses.isc;
platforms = platforms.all;

View File

@@ -19,7 +19,7 @@ pkgs.pythonPackages.buildPythonPackage rec {
];
meta = with stdenv.lib; {
homepage = "https://github.com/nvbn/thefuck";
homepage = https://github.com/nvbn/thefuck;
description = "Magnificent app which corrects your previous console command.";
license = licenses.mit;
maintainers = with maintainers; [ ma27 ];

View File

@@ -61,7 +61,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Advanced Power Management for Linux";
homepage = "http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html";
homepage = http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html;
platforms = platforms.linux;
maintainers = with maintainers; [ abbradar ];
license = licenses.gpl2Plus;

View File

@@ -26,7 +26,7 @@ pythonPackages.buildPythonApplication rec {
meta = with stdenv.lib; {
description = "Manage tmux workspaces from JSON and YAML";
homepage = "http://tmuxp.readthedocs.io";
homepage = http://tmuxp.readthedocs.io;
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ];

Some files were not shown because too many files have changed in this diff Show More