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:
committed by
Frederik Rietdijk
parent
3b06b8edb7
commit
f5fa5fa4d6
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
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;
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -14,7 +14,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 ndowens ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
@@ -16,7 +16,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;
|
||||
|
||||
@@ -14,7 +14,7 @@ python27Packages.buildPythonApplication rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "FanFicFare is a tool for making eBooks from fanfiction web sites";
|
||||
homepage = "https://github.com/JimmXinu/FanFicFare";
|
||||
homepage = https://github.com/JimmXinu/FanFicFare;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ lucas8 ];
|
||||
|
||||
@@ -19,7 +19,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;
|
||||
|
||||
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Source code highlighting tool";
|
||||
homepage = "http://www.andre-simon.de/doku/highlight/en/highlight.php";
|
||||
homepage = http://www.andre-simon.de/doku/highlight/en/highlight.php;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.ndowens ];
|
||||
};
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://languagetool.org";
|
||||
homepage = https://languagetool.org;
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [
|
||||
edwtjo
|
||||
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Tool for converting encoding of Japanese text";
|
||||
homepage = "http://sourceforge.jp/projects/nkf/";
|
||||
homepage = http://sourceforge.jp/projects/nkf/;
|
||||
license = stdenv.lib.licenses.zlib;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.auntie ];
|
||||
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/BYVoid/OpenCC";
|
||||
homepage = https://github.com/BYVoid/OpenCC;
|
||||
license = licenses.asl20;
|
||||
description = "A project for conversion between Traditional and Simplified Chinese";
|
||||
longDescription = ''
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.gnu.org/software/recode/";
|
||||
homepage = http://www.gnu.org/software/recode/;
|
||||
description = "Converts files between various character sets and usages";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
|
||||
@@ -15,7 +15,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 ];
|
||||
|
||||
@@ -22,7 +22,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;
|
||||
|
||||
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
|
||||
and standard deviation. It can also compute these things about some
|
||||
subset of the stream, for example the lower 95% of values.
|
||||
'';
|
||||
homepage = "https://docs.rs/crate/staccato";
|
||||
homepage = https://docs.rs/crate/staccato;
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user