treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
louiz_catch = fetchgit {
|
||||
url = https://lab.louiz.org/louiz/Catch.git;
|
||||
url = "https://lab.louiz.org/louiz/Catch.git";
|
||||
rev = "0a34cc201ef28bf25c88b0062f331369596cb7b7"; # v2.2.1
|
||||
sha256 = "0ad0sjhmzx61a763d2ali4vkj8aa1sbknnldks7xlf4gy83jfrbl";
|
||||
};
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Modern XMPP IRC gateway";
|
||||
platforms = platforms.unix;
|
||||
homepage = https://lab.louiz.org/louiz/biboumi;
|
||||
homepage = "https://lab.louiz.org/louiz/biboumi";
|
||||
license = licenses.zlib;
|
||||
maintainers = [ maintainers.woffs ];
|
||||
};
|
||||
|
||||
@@ -113,7 +113,7 @@ in stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Open-source XMPP application server written in Erlang";
|
||||
license = licenses.gpl2;
|
||||
homepage = https://www.ejabberd.im;
|
||||
homepage = "https://www.ejabberd.im";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ sander abbradar ajs124 ];
|
||||
broken = withElixir;
|
||||
|
||||
Reference in New Issue
Block a user