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
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
];
meta = {
homepage = https://irssi.org;
homepage = "https://irssi.org";
description = "A terminal based IRC client";
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ lovek323 ];
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "fish-irssi-20130413-e98156bebd";
src = fetchurl {
url = https://github.com/falsovsky/FiSH-irssi/tarball/e98156bebd;
url = "https://github.com/falsovsky/FiSH-irssi/tarball/e98156bebd";
name = "${name}.tar.gz";
sha256 = "1ndr51qrg66h1mfzacwzl1vd6lj39pdc4p4z5iihrj4r2f6gk11a";
};
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gmp automake autoconf libtool openssl glib ];
meta = {
homepage = https://github.com/falsovsky/FiSH-irssi;
homepage = "https://github.com/falsovsky/FiSH-irssi";
license = stdenv.lib.licenses.unfree; # I can't find any mention of license
maintainers = with stdenv.lib.maintainers; [viric];
};