treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = https://grothoff.org/christian/doodle/;
|
||||
homepage = "https://grothoff.org/christian/doodle/";
|
||||
description = "Tool to quickly index and search documents on a computer";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Filter IPv4 and IPv6 addresses matching CIDR patterns";
|
||||
homepage = http://www.pc-tools.net/unix/grepcidr/;
|
||||
homepage = "http://www.pc-tools.net/unix/grepcidr/";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.fadenb ];
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Wrapper for grepmail utilizing mutt";
|
||||
homepage = http://www.barsnick.net/sw/grepm.html;
|
||||
homepage = "http://www.barsnick.net/sw/grepm.html";
|
||||
license = licenses.free;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.romildo ];
|
||||
|
||||
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
||||
Recoll is an Xapian frontend that can search through files, archive
|
||||
members, email attachments.
|
||||
'';
|
||||
homepage = https://www.lesbonscomptes.com/recoll/;
|
||||
homepage = "https://www.lesbonscomptes.com/recoll/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.jcumming ];
|
||||
|
||||
Reference in New Issue
Block a user