treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -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];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user