treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
(page number, printing date, file name or supplied header), line numbering, symbol substitution as
well as pretty printing for a wide range of programming languages.
'';
homepage = https://www.gnu.org/software/a2ps/;
homepage = "https://www.gnu.org/software/a2ps/";
license = licenses.gpl3Plus;
maintainers = [ maintainers.bennofs ];
platforms = platforms.linux;
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
meta = {
description = "Approximate grep for fast fuzzy string searching";
homepage = https://www.tgries.de/agrep/;
homepage = "https://www.tgries.de/agrep/";
license = stdenv.lib.licenses.isc;
platforms = stdenv.lib.platforms.linux;
};
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
longDescription = ''
aha takes ANSI SGR-coloured input and produces W3C-conformant HTML code.
'';
homepage = https://github.com/theZiz/aha;
homepage = "https://github.com/theZiz/aha";
license = with licenses; [ lgpl2Plus mpl11 ];
maintainers = with maintainers; [ pSub ];
platforms = platforms.linux;
+1 -1
View File
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; {
description = "A code search-and-replace tool";
homepage = https://github.com/dalance/amber;
homepage = "https://github.com/dalance/amber";
license = with licenses; [ mit ];
maintainers = [ maintainers.bdesham ];
platforms = platforms.all;
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Interactive ASCII name and synonym chart";
homepage = http://www.catb.org/~esr/ascii/;
homepage = "http://www.catb.org/~esr/ascii/";
license = licenses.bsd3;
platforms = platforms.all;
maintainers = [ maintainers.bjornfor ];
+1 -1
View File
@@ -9,7 +9,7 @@ bundlerApp {
meta = with lib; {
description = "Pipe to browser utility";
homepage = http://rtomayko.github.com/bcat/;
homepage = "http://rtomayko.github.com/bcat/";
license = licenses.mit;
maintainers = with maintainers; [ jraygauthier nicknovitski ];
platforms = platforms.unix;
+1 -1
View File
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
Boxes is a command line filter program that draws ASCII art boxes around
your input text.
'';
homepage = https://boxes.thomasjensen.com;
homepage = "https://boxes.thomasjensen.com";
license = licenses.gpl2;
maintainers = with maintainers; [ waiting-for-dev ];
platforms = platforms.unix;
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Extracts plain text from docx files";
homepage = https://github.com/jncraton/catdocx;
homepage = "https://github.com/jncraton/catdocx";
license = with licenses; [ bsd3 ];
maintainers = [ maintainers.michalrus ];
platforms = platforms.all;
+1 -1
View File
@@ -13,7 +13,7 @@ let version = "0.6.3"; in
meta = with stdenv.lib; {
description = "A iconv based simplified-traditional chinese conversion tool";
homepage = https://github.com/xiaoyjy/cconv;
homepage = "https://github.com/xiaoyjy/cconv";
license = licenses.mit;
platforms = platforms.linux;
maintainers = [ maintainers.redfish64 ];
+1 -1
View File
@@ -18,7 +18,7 @@ buildGoPackage rec {
meta = {
description = "Fast, indexed regexp search over large file trees";
homepage = https://github.com/google/codesearch;
homepage = "https://github.com/google/codesearch";
license = [ stdenv.lib.licenses.bsd3 ];
maintainers = [ stdenv.lib.maintainers.bennofs ];
platforms = stdenv.lib.platforms.unix;
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Wrapper for 'diff' that produces the same output but with pretty 'syntax' highlighting";
homepage = https://www.colordiff.org/;
homepage = "https://www.colordiff.org/";
license = licenses.gpl3;
platforms = platforms.linux ++ platforms.darwin;
};
+2 -2
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "convertlit-1.8";
src = fetchzip {
url = http://www.convertlit.com/convertlit18src.zip;
url = "http://www.convertlit.com/convertlit18src.zip";
sha256 = "182nsin7qscgbw2h92m0zadh3h8q410h5cza6v486yjfvla3dxjx";
stripRoot = false;
};
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://www.convertlit.com/;
homepage = "http://www.convertlit.com/";
description = "A tool for converting Microsoft Reader ebooks to more open formats";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
installFlags = [ "INSTALL=install" "prefix=$(out)" ];
meta = with stdenv.lib; {
homepage = https://github.com/jaalto/project--copyright-update;
homepage = "https://github.com/jaalto/project--copyright-update";
description = "Updates the copyright information in a set of files";
license = licenses.gpl2Plus;
platforms = platforms.all;
+1 -1
View File
@@ -36,6 +36,6 @@ python3.pkgs.buildPythonApplication rec {
description = "A suite of command-line tools for converting to and working with CSV";
maintainers = with maintainers; [ vrthra ];
license = licenses.mit;
homepage = https://github.com/wireservice/csvkit;
homepage = "https://github.com/wireservice/csvkit";
};
}
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Markov chain-based text generator";
homepage = http://www.jwz.org/dadadodo;
homepage = "http://www.jwz.org/dadadodo";
maintainers = with maintainers; [ pSub ];
platforms = with platforms; linux;
};
+1 -1
View File
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; {
description = "Yet another diff highlighting tool";
homepage = https://github.com/mookid/diffr;
homepage = "https://github.com/mookid/diffr";
license = with licenses; [ mit ];
maintainers = with maintainers; [ davidtwco ];
platforms = platforms.all;
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
insertions, deletions, and modifications per-file. It is useful for
reviewing large, complex patch files.
'';
homepage = https://invisible-island.net/diffstat/;
homepage = "https://invisible-island.net/diffstat/";
license = licenses.mit;
platforms = platforms.unix;
maintainers = [ maintainers.bjornfor ];
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optional (stdenv.buildPlatform != stdenv.hostPlatform) "gl_cv_func_getopt_gnu=yes";
meta = with stdenv.lib; {
homepage = https://www.gnu.org/software/diffutils/diffutils.html;
homepage = "https://www.gnu.org/software/diffutils/diffutils.html";
description = "Commands for showing the differences between files (diff, cmp, etc.)";
license = licenses.gpl3;
platforms = platforms.unix;
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Implementation of Markdown markup language in C";
homepage = http://www.pell.portland.or.us/~orc/Code/discount/;
homepage = "http://www.pell.portland.or.us/~orc/Code/discount/";
license = licenses.bsd3;
maintainers = with maintainers; [ shell ];
platforms = platforms.unix;
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = http://ebook-tools.sourceforge.net;
homepage = "http://ebook-tools.sourceforge.net";
description = "Tools and library for dealing with various ebook file formats";
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl3Plus;
homepage = https://www.gnu.org/software/enscript/;
homepage = "https://www.gnu.org/software/enscript/";
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/w3c/epubcheck;
homepage = "https://github.com/w3c/epubcheck";
description = "Validation tool for EPUB";
license = with licenses; [ asl20 bsd3 mpl10 w3c ];
platforms = platforms.all;
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Simple templating engine based on shell";
homepage = https://github.com/jirutka/esh;
homepage = "https://github.com/jirutka/esh";
license = licenses.mit;
maintainers = with maintainers; [ mnacamura ];
platforms = platforms.unix;
+1 -1
View File
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
};
meta = with stdenv.lib; {
homepage = https://www.gnu.org/software/gawk/;
homepage = "https://www.gnu.org/software/gawk/";
description = "GNU implementation of the Awk programming language";
longDescription = ''
+1 -1
View File
@@ -9,7 +9,7 @@ buildRubyGem rec {
meta = with lib; {
description = "Upload code to https://gist.github.com (or github enterprise)";
homepage = http://defunkt.io/gist/;
homepage = "http://defunkt.io/gist/";
license = licenses.mit;
maintainers = with maintainers; [ zimbatm ];
platforms = ruby.meta.platforms;
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
longDescription = ''
A multi-platform GUI application to browse and search through long or complex log files. It is designed with programmers and system administrators in mind. glogg can be seen as a graphical, interactive combination of grep and less.
'';
homepage = https://glogg.bonnefon.org/;
homepage = "https://glogg.bonnefon.org/";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ c0bw3b ];
+1 -1
View File
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
homepage = https://www.gnu.org/software/grep/;
homepage = "https://www.gnu.org/software/grep/";
description = "GNU implementation of the Unix grep command";
longDescription = ''
+1 -1
View File
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
more original files, producing patched versions.
'';
homepage = https://savannah.gnu.org/projects/patch;
homepage = "https://savannah.gnu.org/projects/patch";
license = stdenv.lib.licenses.gpl3Plus;
+2 -2
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "gnused-4.2.2";
src = fetchurl {
url = mirror://gnu/sed/sed-4.2.2.tar.bz2;
url = "mirror://gnu/sed/sed-4.2.2.tar.bz2";
sha256 = "f048d1838da284c8bc9753e4506b85a1e0cc1ea8999d36f6995bcb9460cddbd7";
};
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
outputs = [ "out" "info" ];
meta = {
homepage = https://www.gnu.org/software/sed/;
homepage = "https://www.gnu.org/software/sed/";
description = "GNU sed, a batch stream editor";
longDescription = ''
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
PERL = if stdenv.hostPlatform == stdenv.buildPlatform then null else "missing";
meta = {
homepage = https://www.gnu.org/software/sed/;
homepage = "https://www.gnu.org/software/sed/";
description = "GNU sed, a batch stream editor";
longDescription = ''
+1 -1
View File
@@ -16,7 +16,7 @@ python2Packages.buildPythonApplication rec {
buildInputs = with python2Packages; [ nose ];
meta = {
homepage = https://github.com/rkern/grin;
homepage = "https://github.com/rkern/grin";
description = "A grep program configured the way I like it";
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.sjagoe ];
+1 -1
View File
@@ -107,7 +107,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://www.gnu.org/software/groff/;
homepage = "https://www.gnu.org/software/groff/";
description = "GNU Troff, a typesetting package that reads plain text and produces formatted output";
license = licenses.gpl3Plus;
platforms = platforms.all;
+1 -1
View File
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "GNOME translation making program";
homepage = https://wiki.gnome.org/Apps/Gtranslator;
homepage = "https://wiki.gnome.org/Apps/Gtranslator";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.linux;
+1 -1
View File
@@ -21,7 +21,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "A simple CLI templating tool written in golang";
homepage = https://github.com/noqcks/gucci;
homepage = "https://github.com/noqcks/gucci";
license = licenses.mit;
maintainers = [ maintainers.braydenjw ];
platforms = platforms.unix;
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
used to validate and fix HTML data.
'';
license = licenses.libpng; # very close to it - the 3 clauses are identical
homepage = http://html-tidy.org;
homepage = "http://html-tidy.org";
platforms = platforms.all;
maintainers = with maintainers; [ edwtjo ];
};
+2 -2
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "html2text-1.3.2a";
src = fetchurl {
url = http://www.mbayer.de/html2text/downloads/html2text-1.3.2a.tar.gz;
url = "http://www.mbayer.de/html2text/downloads/html2text-1.3.2a.tar.gz";
sha256 = "000b39d5d910b867ff7e087177b470a1e26e2819920dcffd5991c33f6d480392";
};
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = {
description = "Convert HTML to plain text";
homepage = http://www.mbayer.de/html2text/;
homepage = "http://www.mbayer.de/html2text/";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.eikek ];
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "minimalistic but powerful Linux console hex editor";
homepage = https://yx7.cc/code/;
homepage = "https://yx7.cc/code/";
license = licenses.mit;
maintainers = with maintainers; [ fpletz ];
platforms = platforms.linux;
+1 -1
View File
@@ -12,7 +12,7 @@ pythonPackages.buildPythonApplication rec {
};
meta = with stdenv.lib; {
homepage = https://www.jefftk.com/icdiff;
homepage = "https://www.jefftk.com/icdiff";
description = "Side-by-side highlighted command line diffs";
maintainers = with maintainers; [ aneeshusa ];
license = licenses.psfl;
+1 -1
View File
@@ -18,7 +18,7 @@ python3Packages.buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Data extractor for PDF invoices";
homepage = https://github.com/invoice-x/invoice2data;
homepage = "https://github.com/invoice-x/invoice2data";
license = licenses.mit;
maintainers = with maintainers; [ psyanticy ];
};
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
meta = {
description = "Jsawk is like awk, but for JSON";
homepage = https://github.com/micha/jsawk;
homepage = "https://github.com/micha/jsawk";
license = stdenv.lib.licenses.publicDomain;
maintainers = with stdenv.lib.maintainers; [ puffnfresh ];
platforms = stdenv.lib.platforms.unix;
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
plausibility of word sequences by using a recurrent neural network
language model (RNNLM).
'';
homepage = http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++;
homepage = "http://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN++";
license = licenses.asl20;
maintainers = with maintainers; [ mt-caret ];
platforms = platforms.all;
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang "-Wno-error=c++11-narrowing";
meta = with stdenv.lib; {
homepage = http://www.phontron.com/kytea/;
homepage = "http://www.phontron.com/kytea/";
description = "General toolkit developed for analyzing text";
longDescription = ''
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = {
homepage = http://www.rc0.org.uk/mairix;
homepage = "http://www.rc0.org.uk/mairix";
license = stdenv.lib.licenses.gpl2Plus;
description = "Program for indexing and searching email messages stored in maildir, MH or mbox";
maintainers = with stdenv.lib.maintainers; [viric];
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Interpreter for the AWK Programming Language";
homepage = https://invisible-island.net/mawk/mawk.html;
homepage = "https://invisible-island.net/mawk/mawk.html";
license = licenses.gpl2;
maintainers = with maintainers; [ ehmry ];
platforms = with platforms; unix;
+1 -1
View File
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; {
description = "cat for markdown";
homepage = https://github.com/lunaryorn/mdcat;
homepage = "https://github.com/lunaryorn/mdcat";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ davidtwco ];
platforms = platforms.all;
+1 -1
View File
@@ -4,7 +4,7 @@
version = "0.996";
src = fetchurl {
url = https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7cENtOXlicTFaRUE;
url = "https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7cENtOXlicTFaRUE";
name = "mecab-0.996.tar.gz";
sha256 = "0ncwlqxl1hdn1x4v4kr2sn1sbbcgnhdphp0lcvk74nqkhdbk4wz0";
};
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation (mecab-base // {
meta = with stdenv.lib; {
description = "Japanese morphological analysis system";
homepage = http://taku910.github.io/mecab/;
homepage = "http://taku910.github.io/mecab/";
license = licenses.bsd3;
platforms = platforms.unix;
maintainers = with maintainers; [ auntie ];
+1 -1
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
version = "2.7.0-20070801";
src = fetchurl {
url = https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7MWVlSDBCSXZMTXM;
url = "https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7MWVlSDBCSXZMTXM";
name = "mecab-ipadic-2.7.0-20070801.tar.gz";
sha256 = "08rmkvj0f0x6jq0axrjw2y5nam0mavv6x77dp9v4al0wi1ym4bxn";
};
+1 -1
View File
@@ -14,7 +14,7 @@ pythonPackages.buildPythonApplication rec {
meta = {
description = "Dynamically enable sections of config files";
homepage = https://github.com/darkfeline/mir.qualia;
homepage = "https://github.com/darkfeline/mir.qualia";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.srhb ] ;
};
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';
license = "liberal"; # a non-copyleft license, see `Copyright' file
homepage = http://www.mesa.nl/pub/mpage/;
homepage = "http://www.mesa.nl/pub/mpage/";
platforms = stdenv.lib.platforms.linux;
};
}
+2 -2
View File
@@ -8,7 +8,7 @@
stdenv.mkDerivation {
name = "multitran-data-0.3";
src = fetchurl {
url = mirror://sourceforge/multitran/multitran-data.tar.bz2;
url = "mirror://sourceforge/multitran/multitran-data.tar.bz2";
sha256 = "9c2ff5027c2fe72b0cdf056311cd7543f447feb02b455982f20d4a3966b7828c";
};
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://multitran.sourceforge.net/;
homepage = "http://multitran.sourceforge.net/";
description = "Multitran data english-russian";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.unix;
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "libbtree-0.0.1alpha2";
src = fetchurl {
url = mirror://sourceforge/multitran/libbtree-0.0.1alpha2.tar.bz2;
url = "mirror://sourceforge/multitran/libbtree-0.0.1alpha2.tar.bz2";
sha256 = "34a584e45058950337ff9342693b6739b52c3ce17e66440526c4bd6f9575802c";
};
patchPhase = ''
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://multitran.sourceforge.net/;
homepage = "http://multitran.sourceforge.net/";
description = "Multitran lib: library for reading Multitran's BTREE database format";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "libfacet-0.0.1alpha2";
src = fetchurl {
url = mirror://sourceforge/multitran/libfacet-0.0.1alpha2.tar.bz2;
url = "mirror://sourceforge/multitran/libfacet-0.0.1alpha2.tar.bz2";
sha256 = "dc53351c4035a3c27dc6c1d0410e808346fbc107e7e7c112ec65c59d0df7a144";
};
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://multitran.sourceforge.net/;
homepage = "http://multitran.sourceforge.net/";
description = "Multitran lib: enchanced locale facets";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "libmtquery-0.0.1alpha3";
src = fetchurl {
url = mirror://sourceforge/multitran/libmtquery-0.0.1alpha3.tar.bz2;
url = "mirror://sourceforge/multitran/libmtquery-0.0.1alpha3.tar.bz2";
sha256 = "e24c7c15772445f1b14871928d84dd03cf93bd88f9d2b2ed1bf0257c2cf2b15e";
};
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://multitran.sourceforge.net/;
homepage = "http://multitran.sourceforge.net/";
description = "Multitran lib: main engine to query translations";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "libmtsupport-0.0.1alpha2";
src = fetchurl {
url = mirror://sourceforge/multitran/libmtsupport-0.0.1alpha2.tar.bz2;
url = "mirror://sourceforge/multitran/libmtsupport-0.0.1alpha2.tar.bz2";
sha256 = "481f0f1ec15d7274f1e4eb93e7d060df10a181efd037eeff5e8056d283a9298b";
};
patchPhase = ''
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://multitran.sourceforge.net/;
homepage = "http://multitran.sourceforge.net/";
description = "Multitran lib: basic useful functions";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "mt-utils-0.0.1alpha3";
src = fetchurl {
url = mirror://sourceforge/multitran/mt-utils-0.0.1alpha3.tar.bz2;
url = "mirror://sourceforge/multitran/mt-utils-0.0.1alpha3.tar.bz2";
sha256 = "e407702c90c5272882386914e1eeca5f6c5039393af9a44538536b94867b0a0e";
};
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = http://multitran.sourceforge.net/;
homepage = "http://multitran.sourceforge.net/";
description = "Multitran: simple command line utilities for dictionary maintenance";
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [viric];
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
'';
license = stdenv.lib.licenses.gpl2Plus;
homepage = http://namazu.org/;
homepage = "http://namazu.org/";
platforms = stdenv.lib.platforms.gnu ++ stdenv.lib.platforms.linux; # arbitrary choice
maintainers = [ ];
+1 -1
View File
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
Language", by Al Aho, Brian Kernighan, and Peter Weinberger
(Addison-Wesley, 1988, ISBN 0-201-07981-X).
'';
homepage = https://www.cs.princeton.edu/~bwk/btl.mirror/;
homepage = "https://www.cs.princeton.edu/~bwk/btl.mirror/";
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.konimex ];
platforms = stdenv.lib.platforms.linux;
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
line by line and field by field, ignoring small numeric differences
or/and different numeric formats
'';
homepage = https://www.nongnu.org/numdiff/;
homepage = "https://www.nongnu.org/numdiff/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [];
platforms = platforms.gnu ++ platforms.linux;
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Simple .odt to .txt converter";
homepage = https://github.com/dstosberg/odt2txt;
homepage = "https://github.com/dstosberg/odt2txt";
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.gpl2;
maintainers = [ ];
+1 -1
View File
@@ -22,7 +22,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Command-line client for Papertrail log management service";
homepage = https://github.com/papertrail/papertrail-cli/;
homepage = "https://github.com/papertrail/papertrail-cli/";
license = licenses.mit;
maintainers = with maintainers; [ nicknovitski ];
platforms = ruby.meta.platforms;
+2 -2
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
version = "1.52";
src = fetchurl {
url = http://www.nicemice.net/par/Par152.tar.gz;
url = "http://www.nicemice.net/par/Par152.tar.gz";
sha256 = "33dcdae905f4b4267b4dc1f3efb032d79705ca8d2122e17efdecfd8162067082";
};
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = http://www.nicemice.net/par/;
homepage = "http://www.nicemice.net/par/";
description = "Paragraph reflow for email";
platforms = platforms.unix;
# See https://fedoraproject.org/wiki/Licensing/Par for license details
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Tools to manipulate patch files";
homepage = http://cyberelk.net/tim/software/patchutils;
homepage = "http://cyberelk.net/tim/software/patchutils";
license = licenses.gpl2Plus;
platforms = platforms.all;
executables = [ "combinediff" "dehtmldiff" "editdiff" "espdiff"
+1 -1
View File
@@ -18,7 +18,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "Simplistic interactive filtering tool";
homepage = https://github.com/peco/peco;
homepage = "https://github.com/peco/peco";
license = licenses.mit;
# peco should work on Windows or other POSIX platforms, but the go package
# declares only linux and darwin.
@@ -17,7 +17,7 @@ buildGoPackage rec {
goDeps = ./deps.nix;
meta = with stdenv.lib; {
homepage = https://github.com/monochromegane/the_platinum_searcher;
homepage = "https://github.com/monochromegane/the_platinum_searcher";
description = "A code search tool similar to ack and the_silver_searcher(ag).";
platforms = platforms.all;
license = licenses.mit;
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Finds differences in translations between two PO files, or revisions";
homepage = http://puszcza.gnu.org.ua/software/podiff;
homepage = "http://puszcza.gnu.org.ua/software/podiff";
license = licenses.gpl3Plus;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
+1 -1
View File
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Cross-platform gettext catalogs (.po files) editor";
homepage = https://www.poedit.net/;
homepage = "https://www.poedit.net/";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ domenkozar genesis ];
+1 -1
View File
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
meta = {
description = "An email classification system that automatically sorts messages and fights spam";
homepage = http://getpopfile.org;
homepage = "http://getpopfile.org";
license = stdenv.lib.licenses.gpl2;
# Should work on macOS, but havent tested it.
+1 -1
View File
@@ -15,7 +15,7 @@ buildPythonApplication rec {
meta = with stdenv.lib; {
description = "A linter for prose";
homepage = http://proselint.com;
homepage = "http://proselint.com";
license = licenses.bsd3;
maintainers = with maintainers; [ alibabzo ];
};
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Fast regular expression grep for source code with incremental index updates";
homepage = https://github.com/zeux/qgrep;
homepage = "https://github.com/zeux/qgrep";
license = licenses.mit;
maintainers = [ maintainers.yrashk ];
platforms = platforms.all;
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = http://www.fourmilab.ch/webtools/qprint/;
homepage = "http://www.fourmilab.ch/webtools/qprint/";
license = stdenv.lib.licenses.publicDomain;
description = "Encode and decode Quoted-Printable files";
maintainers = [ stdenv.lib.maintainers.tv ];
+1 -1
View File
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = http://qshowdiff.danfis.cz/;
homepage = "http://qshowdiff.danfis.cz/";
description = "Colourful diff viewer";
license = stdenv.lib.licenses.gpl3Plus;
};
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
homepage = https://github.com/rrthomas/recode;
homepage = "https://github.com/rrthomas/recode";
description = "Converts files between various character sets and usages";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2Plus;
+2 -2
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "replace-2.24";
src = fetchurl {
url = ftp://hpux.connect.org.uk/hpux/Users/replace-2.24/replace-2.24-src-11.11.tar.gz;
url = "ftp://hpux.connect.org.uk/hpux/Users/replace-2.24/replace-2.24-src-11.11.tar.gz";
sha256 = "1c2nkxx83vmlh1v3ib6r2xqh121gdb1rharwsimcb2h0xwc558dm";
};
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
patches = [./malloc.patch];
meta = {
homepage = https://replace.richardlloyd.org.uk/;
homepage = "https://replace.richardlloyd.org.uk/";
description = "A tool to replace verbatim strings";
platforms = stdenv.lib.platforms.unix;
};
+2 -2
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
pname = "rosie";
version = "unstable-2020-01-11";
src = fetchgit {
url = https://gitlab.com/rosie-pattern-language/rosie;
url = "https://gitlab.com/rosie-pattern-language/rosie";
rev = "670e9027563609ba2ea31e14e2621a1302742795";
sha256 = "0jc512dbn62a1fniknhbp6q0xa1p7xi3hn5v60is8sy9jgi3afxv";
fetchSubmodules = true;
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libbsd readline ];
meta = with lib; {
homepage = https://rosie-lang.org;
homepage = "https://rosie-lang.org";
description = "Tools for searching using parsing expression grammars";
license = licenses.mit;
maintainers = with maintainers; [ kovirobi ];
+1 -1
View File
@@ -13,7 +13,7 @@ pythonPackages.buildPythonPackage rec {
[ docutils genshi pygments beautifulsoup4 ];
meta = with stdenv.lib;{
homepage = https://bitbucket.org/andre_felipe_dias/rst2html5;
homepage = "https://bitbucket.org/andre_felipe_dias/rst2html5";
description = "Converts ReSTructuredText to (X)HTML5";
license = licenses.mit;
maintainers = with maintainers; [ AndersonTorres ];
+1 -1
View File
@@ -10,7 +10,7 @@ bundlerEnv {
meta = with lib; {
description = "Quickly open CLI search results in your favorite editor!";
homepage = https://gitlab.com/mjwhitta/zoom;
homepage = "https://gitlab.com/mjwhitta/zoom";
license = with licenses; gpl3;
maintainers = with maintainers; [ vmandela nicknovitski ];
platforms = platforms.unix;
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = {
description = "James Clark's DSSSL Engine";
license = "custom";
homepage = http://www.jclark.com/jade/;
homepage = "http://www.jclark.com/jade/";
platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [ e-user ];
};
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = {
description = "An implementation of DSSSL, an ISO standard for formatting SGML (and XML) documents";
license = stdenv.lib.licenses.mit;
homepage = http://openjade.sourceforge.net/;
homepage = "http://openjade.sourceforge.net/";
platforms = stdenv.lib.platforms.linux;
};
}
+2 -2
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
name = "opensp-1.5.2";
src = fetchurl {
url = mirror://sourceforge/openjade/OpenSP-1.5.2.tar.gz;
url = "mirror://sourceforge/openjade/OpenSP-1.5.2.tar.gz";
sha256 = "1khpasr6l0a8nfz6kcf3s81vgdab8fm2dj291n5r2s53k228kx2p";
};
@@ -41,7 +41,7 @@ stdenv.mkDerivation {
meta = {
description = "A suite of SGML/XML processing tools";
license = stdenv.lib.licenses.mit;
homepage = http://openjade.sourceforge.net/;
homepage = "http://openjade.sourceforge.net/";
platforms = stdenv.lib.platforms.unix;
};
}
+1 -1
View File
@@ -41,7 +41,7 @@ let
meta = with lib; {
description = "The bash templating language";
homepage = https://github.com/zimbatm/shab;
homepage = "https://github.com/zimbatm/shab";
license = licenses.unlicense;
maintainers = with maintainers; [ zimbatm ];
platforms = bash.meta.platforms;
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A quick-and-dirty, literate-programming-style documentation generator for / in POSIX shell";
homepage = https://rtomayko.github.io/shocco/;
homepage = "https://rtomayko.github.io/shocco/";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ dotlambda ];
+1 -1
View File
@@ -18,7 +18,7 @@ buildGoPackage rec {
meta = with lib; {
description = "sift is a fast and powerful alternative to grep";
homepage = https://sift-tool.org;
homepage = "https://sift-tool.org";
maintainers = [ maintainers.carlsverre ];
license = licenses.gpl3;
platforms = platforms.all;
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
buildInputs = [ pcre zlib lzma ];
meta = with stdenv.lib; {
homepage = https://github.com/ggreer/the_silver_searcher/;
homepage = "https://github.com/ggreer/the_silver_searcher/";
description = "A code-searching tool similar to ack, but faster";
maintainers = with maintainers; [ madjar ];
platforms = platforms.all;
+1 -1
View File
@@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
For example:- "spr`" expands to "Snippet Pixie rules!"
'';
homepage = https://www.snippetpixie.com;
homepage = "https://www.snippetpixie.com";
license = licenses.gpl2Plus;
maintainers = with maintainers; [
ianmjones
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
meta = {
description = "Source code renderer with syntax highlighting";
homepage = https://www.gnu.org/software/src-highlite/;
homepage = "https://www.gnu.org/software/src-highlite/";
license = stdenv.lib.licenses.gpl3Plus;
platforms = with stdenv.lib.platforms; linux ++ darwin;
longDescription =
+1 -1
View File
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Programming language/shell calculator";
homepage = https://tkatchev.bitbucket.io/tab/;
homepage = "https://tkatchev.bitbucket.io/tab/";
license = licenses.boost;
maintainers = with maintainers; [ mstarzyk ];
platforms = with platforms; linux;
+1 -1
View File
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
};
meta = {
homepage = https://txt2tags.org/;
homepage = "https://txt2tags.org/";
description = "A KISS markup language";
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ kovirobi ];
+1 -1
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
meta = {
license = stdenv.lib.licenses.gpl3;
homepage = http://billposer.org/Software/uni2ascii.html;
homepage = "http://billposer.org/Software/uni2ascii.html";
description = "Converts between UTF-8 and many 7-bit ASCII equivalents and back";
longDescription = ''
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Convert between any document format supported by LibreOffice/OpenOffice";
homepage = http://dag.wieers.com/home-made/unoconv/;
homepage = "http://dag.wieers.com/home-made/unoconv/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
UnRTF converts documents in Rich Text Format to other
formats, including HTML, LaTeX, and RTF itself.
'';
homepage = https://www.gnu.org/software/unrtf/;
homepage = "https://www.gnu.org/software/unrtf/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ joachifm ];
platforms = platforms.unix;
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A utility which removes LaTeX commands from input";
homepage = https://www.ctan.org/pkg/untex;
homepage = "https://www.ctan.org/pkg/untex";
license = licenses.gpl1;
maintainers = with maintainers; [ joachifm ];
platforms = platforms.all;
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
checkInputs = [ which ];
meta = {
homepage = https://www.gnu.org/software/wdiff/;
homepage = "https://www.gnu.org/software/wdiff/";
description = "Comparing files on a word by word basis";
license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.eelco ];
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Command-line interface to various pastebins";
homepage = http://wgetpaste.zlin.dk/;
homepage = "http://wgetpaste.zlin.dk/";
license = stdenv.lib.licenses.publicDomain;
maintainers = with stdenv.lib.maintainers; [ qknight domenkozar ];
platforms = stdenv.lib.platforms.all;
+1 -1
View File
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Command line tool to download and extract data from html/xml pages";
homepage = http://videlibri.sourceforge.net/xidel.html;
homepage = "http://videlibri.sourceforge.net/xidel.html";
# source contains no license info (AFAICS), but sourceforge says GPLv2
license = licenses.gpl2;
# more platforms will be supported when we switch to source build
+1 -1
View File
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
highly interactive front-end (basexgui). Apart from two local standalone
modes, BaseX offers a client/server architecture.
'';
homepage = http://basex.org/;
homepage = "http://basex.org/";
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ];
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Utilities for manipulating HTML and XML files";
homepage = http://www.w3.org/Tools/HTML-XML-utils/;
homepage = "http://www.w3.org/Tools/HTML-XML-utils/";
license = licenses.w3c;
platforms = platforms.all;
};
+1 -1
View File
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
description = "A RELAX NG validator in Java";
# The homepage is www.thaiopensource.com, but it links to googlecode.com
# for downloads and call it the "project site".
homepage = https://www.thaiopensource.com/relaxng/trang.html;
homepage = "https://www.thaiopensource.com/relaxng/trang.html";
platforms = platforms.unix;
maintainers = [ maintainers.bjornfor ];
};
+1 -1
View File
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Relax NG Compact Syntax validator";
homepage = http://www.davidashen.net/rnv.html;
homepage = "http://www.davidashen.net/rnv.html";
license = licenses.bsd3;
platforms = platforms.all;
};
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = {
license = stdenv.lib.licenses.gpl2Plus;
description = "A validating XML parser written in C";
homepage = http://www.cogsci.ed.ac.uk/~richard/rxp.html;
homepage = "http://www.cogsci.ed.ac.uk/~richard/rxp.html";
platforms = stdenv.lib.platforms.unix;
};
}

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